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

📄 locationdropdown.ascx

📁 classfinalcs.rar .net 压缩包解压时不能有密码。
💻 ASCX
字号:
<%@ Control Language="C#" CodeFile="LocationDropDown.ascx.cs" Inherits="LocationDropDown_ascx" %>
<asp:DropDownList ID="LocationList" runat="server" DataSourceID="LocationsDataSource"
	DataTextField="Name" DataValueField="Name" OnDataBound="LocationList_DataBound"
	CssClass="fixed" OnSelectedIndexChanged="LocationList_SelectedIndexChanged" AutoPostBack="True">
</asp:DropDownList>
<asp:PlaceHolder ID="OtherLocationPanel" runat="server">
	<asp:Label ID="OtherLabel" runat="server" Text="Other:"></asp:Label>
	&nbsp;
	<asp:TextBox ID="OtherLocationTextBox" runat="server"></asp:TextBox>
</asp:PlaceHolder>
<asp:ObjectDataSource ID="LocationsDataSource" runat="server" SelectMethod="GetAllLocations"
	TypeName="AspNet.StarterKits.Classifieds.Web.LocationCache" OnSelected="LocationsDataSource_Selected">
</asp:ObjectDataSource>

⌨️ 快捷键说明

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