07 2011 档案
摘要:【引用】“This extender targets any ASP.NET Panel control.You specify which control or controls on the page should act as the open and close controllers for the panel.”属性名描述TargetControlID要使用展开和折叠效果的Panel IDCollapseSize目标折叠时的大小(单位px)ExpandedSize目标展开时的大小(单位px)Collapsed(true or false)目标呈现时是否折叠,false(defaul
阅读全文
摘要:AlwaysVisibleControlExtender控件:该控件的最直观的效果就是无论你如何拖动滚动条还是拖拽浏览器窗口大小,该控件都会随之变化或者说始终复位到浏览器窗口的固定位置。
(AlwaysVisibleControlExtender used to add constant visibility to an ASP.NET control. The control that is extended then always moves to fixed position in the page regardless of how the body is resized or scrolled.)
阅读全文
摘要:介绍了Ajax Control Toolkit下Accordion控件的基本用法和如何绑定数据库,还与就jQuery中的方法做了关联。
阅读全文
摘要:后台代码为控件指定数据源若想使用服务器控件GridView的排序功能,除了将控件的AllowSorting属性设置为true以外,还必须在控件的Sorting操作中为控件添加相应事件;而且必须为SortExpression行为指定相关联的字段。如下: <asp:BoundField DataField="ID" HeaderText="PersonID" ReadOnly="True" SortExpression="ID" />
阅读全文
摘要:(注:该内容来源于MSDN WebCast,仅作为个人学习笔记,如有任何错误,望指正) AJAX应用 ——异步,异步发出HTTP请求(XMLHttpRequest) ——页面部分刷新 ——减少数据传...
阅读全文
摘要:GET 还是 POST?与 POST 相比,GET 更简单也更快,并且在大部分情况下都能用。GET is simpler and faster than POST, and can be used in most cases.然而,在以下情况中,请使用 POST 请求:However, always use POST requests when:1.无法使用缓存文件(更新服务器上的文件或数据库)A cached file is not an option (update a file or database on the server)2.向服务器发送大量数据(POST 没有数据量限制)Sen
阅读全文

浙公网安备 33010602011771号