摘要:
TextBox 禁止客户端输入 前台通过JS赋值 并在后台获取 阅读全文
摘要:
.net获取系统特殊文件夹路径(收藏夹,桌面) 阅读全文
摘要:
protected void Page_Load(object sender, EventArgs e) { //防止网页后退--禁止缓存 Response.Expires = 0; Response.Buffer = true; Response.ExpiresAbsolute = DateTime.Now.AddS... 阅读全文
摘要:
DHTML 事件 (Javascript 事件) 一览表 阅读全文
摘要:
window.event对象详解
属性:
altKey, button, cancelBubble, clientX, clientY, ctrlKey, fromElement, keyCode, offsetX, offsetY, propertyName, returnValue, screenX, screenY, shiftKey, srcElement, srcFilter, toElement, type, x, y 阅读全文
摘要:
asp.net对数据库中图片的上传与读取操作 阅读全文
摘要:
GridView的功能虽然强大,但在创建复杂表头报表时却显得逊色许多。此时我们应该想起另外一个控件:Repeater。 阅读全文
摘要:
分页控件:WebPager(开源)
一、特点:
可以用在母板、MS Ajax等控件嵌套的任何地方,支持GridView,Repeater等数据控件的分页。
二、属性:
1. PagerStyle: 设置分页样式(NextPrev,NumericPages)
2. ControlToPaginate: 指定要实现分页的控件ID(数据控件本身不需要进行数据绑定了,只需对WebPager进行数据绑定就行了)
3. PageSize: 获取或设置要在单页上显示的项数
4. CurrentPageIndex: 获取或设置当前页的索引
三、事件:
1. OnPageIndexChanged: 执行分页时触发的分页事件 阅读全文
摘要:
MS Ajax 调用 WebService 示例 阅读全文
摘要:
通过outerHtml可以获取控件的html代码 阅读全文
摘要:
以编程方式控制ScriptManager 阅读全文
摘要:
An error occurred during local report processing.
The definition of the report 'Main Report' is invalid.
An unexpected error occurred in Report Processing.
未能加载文件或程序集“Microsoft.ReportViewer.ProcessingObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。 阅读全文
摘要:
TabContainer要实现服务器端回传,出来在后台实现 OnActiveTabChanged 事件外,
还需要在前台实现 OnClientActiveTabChanged 事件,这是关键。 阅读全文
摘要:
.net运行环境配置常用下载链接;
RDLC报表运行环境配置。
阅读全文
摘要:
Access 可用的字段数据类型及用法 阅读全文
摘要:
asp:UpdatePanel 中 GridView 使用 LinkButton 选择无反应 解决方法 阅读全文