LINQ怎样绑定DropDownList,该如何解决
1个回答
展开全部
使用事件 如:
<div>
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />
</div>
//onclick="Button1_Click" 就绑定了后台的方法
protected void Button1_Click(object sender, EventArgs e)
{
//跳转到其他页面
Response.Redirect("Index.aspx");
//给dropdownlist绑定数据
Citys dal=new Citys():
DataSet ds=dal.getAllCitys();
this.DropDownList1.DataSource=ds;
this.DropDownList1.DataTextField="cityname";
this.DropDownList1.DataValueField="cityid";
this.DropDownList1.DataBind();
}
<div>
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />
</div>
//onclick="Button1_Click" 就绑定了后台的方法
protected void Button1_Click(object sender, EventArgs e)
{
//跳转到其他页面
Response.Redirect("Index.aspx");
//给dropdownlist绑定数据
Citys dal=new Citys():
DataSet ds=dal.getAllCitys();
this.DropDownList1.DataSource=ds;
this.DropDownList1.DataTextField="cityname";
this.DropDownList1.DataValueField="cityid";
this.DropDownList1.DataBind();
}
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询