摘要: PagingBulletedList is an ASP.NET AJAX extender that can be attached to an ASP.NET BulletedList control and provide client-side sorted paging. It is very flexible and lets you specify either the number of characters used in the heading indices or the maximum number of items to display per index. If t 阅读全文
posted @ 2011-08-11 14:28 January 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1.ListSearch Server ReferencePromptText - Message to display when the ListBox or DropDownList is given focus. Default is 'Type to search'. The PromptText is replaced by the search text typed by the user.PromptCssClass - The name of the CSS class to apply to the prompt message.PromptPosition 阅读全文
posted @ 2011-08-11 10:44 January 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 关于Nobot可以参看NoBot,一下提供一个微软的案例: 1 <form> 2 <asp:ScriptManager ID="ScriptManager1" runat="server" /> 3 <div> 4 <asp:MultiView ID="MultiView1" runat="server"> 5 <asp:View ID="View1" runat="server"> 6 <p>Pleas 阅读全文
posted @ 2011-08-11 10:22 January 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 该控件可以扩展到ASP.NET CheckBox,一组都添加该扩展的复选框只要设置相同的key,那么一次就只有一个复选框能被选中(Checked),类似Radio Button。The use of checkboxes however allows you to choose to uncheck a value which is not possible normally with radio buttons. This also provides a more consistent and expected interface than using javascript to allow 阅读全文
posted @ 2011-08-11 09:52 January 阅读(237) 评论(0) 推荐(0) 编辑