Ajax Dropdownlist控件 [英] Ajax Dropdownlist control

查看:76
本文介绍了Ajax Dropdownlist控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





有没有人可以解释我如何在asp.net中使用ajax下拉列表&使用脚本管理器和更新面板



解释一个例子?



谢谢

Hi,

Could anybody explain me how to use ajax dropdownlist in asp.net by& using script manager and update panel

Explain with an example?

Thank You

推荐答案

以下是您需要的文章。



1. 在ASP.NET中使用Ajax处理DropDownList [ ^ ]

2 。如何在asp.net中使用DropDownExtender ajax [ ^ ]

3. ASP.NET AJAX DropDownExtender - 提示和技巧 [ ^ ]
Following are the articles you needed.

1. Handling DropDownList With Ajax in ASP.NET[^]
2. How to use DropDownExtender in asp.net ajax[^]
3. ASP.NET AJAX DropDownExtender - Tips and Tricks[^]


<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>




<asp:Panel ID="panelItems" runat="server" BorderColor="Aqua" BorderWidth="1">
     <asp:BulletedList ID="BulletedList1" runat="server">
         <asp:ListItem Text="Item 1"/>
         <asp:ListItem Text="Item 2"/>
         <asp:ListItem Text="Item 3"/>
     </asp:BulletedList>
 </asp:Panel>

<br />
 <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
 <cc1:DropDownExtender ID="TextBox1_DropDownExtender" runat="server"

     DynamicServicePath="" Enabled="True" DropDownControlID="panelItems" TargetControlID="TextBox1">
 </cc1:DropDownExtender>


这篇关于Ajax Dropdownlist控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆