摘要: 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 阅读(371) 评论(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) 编辑
摘要: 1.DropDown Server ReferenceTargetControlID - The ID of the control which needs a drop-down.(ex:Label or TextBox)<补充一点:TargetControl的文本是不能改变的>DropDownControlID - The ID of the control which will be displayed as the dropdown.2.Demo(1)HTML Code 1 <asp:ScriptManager ID="ScriptManager1" 阅读全文
posted @ 2011-08-10 10:17 January 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 虽然不使用Ajax Contorl Toolkit也能实现该效果,当然如果使用ASP.NET中自带的Calendar要解决异步刷新还要配合UpdatePanel使用。但或许该控件对多数人还是相对容易些。首先对该控件的一些常用属性做一下基本的了解:TagetControlID - 一般是TextBox的 ID.CSSClass - Name of the Cascading Style Sheet class Use to style the calendar.DaysModeTitleFormat - Format string used to display Days Mode Title. 阅读全文
posted @ 2011-08-08 14:11 January 阅读(863) 评论(0) 推荐(0) 编辑
摘要: 1.控件效果2.ToggleButton Server PropertiesTargetControlID - The ID of The CheckBox to modify.ImageHeight\ImageWidth - The height and width of the image.CheckedImageUrl- The URL of the image to show when the toggle is in the checked state.UnchekedImageUrl - the URL of the image to show when the toggle bu 阅读全文
posted @ 2011-08-08 11:40 January 阅读(565) 评论(0) 推荐(0) 编辑
摘要: TargetControlID - ID of the TextBox to attach to(要添加扩展的TextBox ID)DisplayPosition - Positioning of the strength indicator relative to the target control(密码强度提示相对于TextBox的位置,AboveLeft,AboveRight,BelowLeft,BelowRight,LeftSide,LeftRight)StrengthIndicatorType - Strength indicator type (Text or BarIndica 阅读全文
posted @ 2011-08-07 15:36 January 阅读(670) 评论(0) 推荐(0) 编辑
摘要: Minimum - Minimum value allowed.(允许的最小值)Maximum - Maximum value allowed.(允许的最大值)Decimals - Number of decimal digits for the value.(值的小数位数)Steps(步幅) - Number of discrete values inside the slider's range.(默认值为0,值越小滑动的滑块滑动的范围就越大)Value - Current value of the slider.(滑块的当前值,但似乎没有找到这个属性)EnableHandleAn 阅读全文
posted @ 2011-08-06 13:28 January 阅读(973) 评论(0) 推荐(0) 编辑
摘要: TargetControlID - The ID of the Button Control to extend.(要进行扩展的按钮控件)ConfirmText - The confirmation text to display.HTML entities can be used,such as &#10;for a newline character.(要显示的确认文本,可以是HTML实体,如一个换行符)OnClientCancel - The Client script to execute when the Cancel button is clicked in the con 阅读全文
posted @ 2011-08-05 11:54 January 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 同样要说的是“停靠菜单”,用JQuery(JavaScript)都是容易实现的。来看看该控件的属性:TargetControlID - The control that the extender is targeting. When the mouse cursor is over this control, the hover menu popup will be displayed.PopupControlID - The ID of the control to display when mouse is over the target control. (当鼠标指针悬停在目标控件上方时 阅读全文
posted @ 2011-08-03 15:28 January 阅读(978) 评论(0) 推荐(0) 编辑