<%@ Page Language="vb" CodeFile="DefaultVB.aspx.vb" AutoEventWireup="false" Inherits="ListBox.Examples.Localization.DefaultVB" %>
<!DOCTYPE html>
<
head
runat
=
"server"
>
<
title
>Telerik ASP.NET Example</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"styles.css"
/>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadSkinManager
ID
=
"RadSkinManager1"
runat
=
"server"
ShowChooser
=
"true"
/>
<
div
class
=
"demo-container size-wide"
>
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
>
<
telerik:RadComboBox
RenderMode
=
"Lightweight"
ID
=
"RadComboBox1"
runat
=
"server"
Width
=
"300px"
AutoPostBack
=
"true"
Style
=
"padding-bottom: 10px"
OnSelectedIndexChanged
=
"RadComboBox1_SelectedIndexChanged"
>
<
Items
>
<
telerik:RadComboBoxItem
Text
=
"English - USA"
Value
=
"en-US"
ImageUrl
=
"images/en-US.png"
/>
<
telerik:RadComboBoxItem
Text
=
"French - France"
Value
=
"fr-FR"
ImageUrl
=
"images/fr-FR.png"
/>
<
telerik:RadComboBoxItem
Text
=
"German - Germany"
Value
=
"de-DE"
ImageUrl
=
"images/de-DE.png"
/>
</
Items
>
</
telerik:RadComboBox
>
<
br
/>
<
telerik:RadListBox
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadListBox1"
Width
=
"400px"
Height
=
"200px"
AllowTransfer
=
"true"
TransferToID
=
"RadListBoxDestination"
ButtonSettings-RenderButtonText
=
"true"
>
<
ButtonSettings
AreaWidth
=
"160px"
></
ButtonSettings
>
<
Items
>
<
telerik:RadListBoxItem
Text
=
"Argentina"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Australia"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Brazil"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Canada"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Chile"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"China"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Egypt"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"England"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"France"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Germany"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"India"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Indonesia"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Kenya"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Mexico"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"New Zealand"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"South Africa"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"USA"
></
telerik:RadListBoxItem
>
</
Items
>
</
telerik:RadListBox
>
<
telerik:RadListBox
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadListBoxDestination"
Width
=
"250px"
Height
=
"200px"
AllowReorder
=
"true"
AllowDelete
=
"True"
>
<
ButtonSettings
AreaWidth
=
"40px"
></
ButtonSettings
>
</
telerik:RadListBox
>
</
telerik:RadAjaxPanel
>
</
div
>
</
asp:content
>
</
form
>
</
body
>
</
html
>