⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defaultvb.aspx

📁 Telerik是很大的第三方软件制造商
💻 ASPX
字号:
<%@ Page AutoEventWireup="false" CodeBehind="DefaultVB.aspx.vb" Inherits="Telerik.ComboboxExamplesVB.Skinning.DefaultVB" Language="vb" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>
<%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
<%@ Register TagPrefix="radcb" Namespace="Telerik.WebControls" Assembly="RadComboBox" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
	<head>
		<telerik:HeadTag runat="server" ID="Headtag1"></telerik:HeadTag>
		<!-- custom head section -->
		<!-- end of custom head section -->
	</head>
	<body class="BODY">
		<form runat="server" id="mainForm" method="post" style="width:100%;">
			<telerik:Header runat="server" ID="Header1" NavigationLanguage="VB"></telerik:Header>
			<!-- content start -->
			<table style="height:100px">
				<tr>
					<td valign="top" style="width:300px">
						<radcb:radcombobox  id="RadComboBox1" Runat="server" Height="140px" Width="150px" ShowToggleImage="True"
							Sort="Ascending" Skin="Classic" RadComboBoxImagePosition="Right" ContentFile="~/Combobox/Examples/Functionality/Skinning/combobox.xml"></radcb:radcombobox>
					</td>
					<td valign="top" class="module" style="height:100px;">
						<br/>
						<b>Select a skin</b><br/>
						<hr/>
						<br/>
						<asp:RadioButtonList CssClass="text" AutoPostBack="True" ID="SkinChooser" Runat="server">
							<asp:ListItem Selected="True" Value="Classic">Classic</asp:ListItem>
							<asp:ListItem Value="ClassicGold">Classic Gold</asp:ListItem>
							<asp:ListItem Value="ClassicBlue">Classic Blue</asp:ListItem>
							<asp:ListItem Value="WindowsXP">Windows XP</asp:ListItem>
							<asp:ListItem Value="WindowsOlive">Windows Olive</asp:ListItem>
							<asp:ListItem Value="WindowsGray">Windows Gray</asp:ListItem>
							<asp:ListItem Value="WhiteRound">White Round</asp:ListItem>
							<asp:ListItem Value="VSNET">VS.NET</asp:ListItem>
							<asp:listitem Value="Outlook">Outlook</asp:listitem>
							<asp:ListItem Value="Mac">Mac</asp:ListItem>
							<asp:ListItem Value="Rtl">Right-To-Left (Rtl)</asp:ListItem>
						</asp:RadioButtonList>
					</td>
				</tr>
			</table>
			<br/>
			<!-- content end -->
			<telerik:Footer runat="server" ID="Footer1"></telerik:Footer>
		</form>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -