- The bugIn Internet Explorer (IE) 6, 7 and 8 in 'Compatibility View' there is a bug when hiding cont...
- 创建一个JavaScript表单验证插件,可以说是一个繁琐的过程,涉及到初期设计、开发与测试等等环节。实际上一个优秀的程序员不仅是技术高手,也应该是善假于外物的。本文介绍了10个不错的JavaScri...
- <script language="javascript" type="text/javascript"> function Client() { } Client.prototype.mobileC...
- function sort(photoes) { var temp, j; for (var i = 1; i < photoes.length; i++) { if (compare(phot...
- 我的vs 2008从安装上就有一个问题:没有web designer。打开一个aspx页面,没有designer视图,只有source视图;并且source视图也和一般文本编辑器一样,没有任何tag标...
- We have been getting some questions regarding viewstate-related errors like “The viewstate is ...
- 介绍: 在我解释cache管理机制时,首先让我阐明下一个观念:IE下面的数据管理。每个人都会用不同的方法去解决如何在IE在管理数据。有的会提到用状态管理,有的提到的cache管理,这里我比较喜欢cac...
- 在Asp.net后台代码中要取得URL参数非常简单,用Request.QueryString["paramName"]就可以了。有时候我想在Javascript里面也能得到URL参数,可是查了一下没有...
- 1.你真的懂JavaScript里面的Sort方法吗? 2.你知道JavaScript中 localeCompare 方法的函数体吗?3.表格排序 方法 要哪些参数? JavaScript中的sor...
- jQuery 是一个JavaScript 库,它有助于简化 JavaScript™ 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 Java...
- There are many tutorials that explain you about localization/globalization concept. In this articl...
- In the typical dev environment, there is a development server, a functional testing server, a quali...
- 灵魂边缘 发表博客:Redirecting to custom 401 page when "Access denied" occures within an ASP.NET application 2009-10-12 17:32IntroductionIf you have an ASP.NET application with authentication mode set to Windows: <authenti...
- 对于海量数据的插入和更新,ADO.NET确实不如JDBC做到好,JDBC有统一的模型来进行批操作.使用起来非常方便:PreparedStatement ps = conn.prepareStateme...
- 第一步建立一个远程连接 使用sql-server进行分布式查询(链接服务器) 可以使用sql-server企业管理器进行建立,注意其中的rpc及rpc out两项,也可以使用sql语句来完成定义,主...
- ASP.NET 2.0 中增加了内建的 MasterPage 的支持,这对我们来说是一个很大的便利。然而经过一段时间的使用,我发现 MasterPage 并不是那么完美:嵌套的 MasterPage ...
- 字符 描述\ 将下一个字符标记为一个特殊字符、或一个原义字符、或一个 向后引用、或一个八进制转义符。例如,'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\\' 匹配 "\" 而 "\("...
- asp.net导出到Excel也是个老生常谈的问题,在此归纳一下。 第一种是比较常用的方法。是利用控件的RenderControl功能,得到该控件生成的HTML,然后以Excel文件的类型输出到客户端...
- Hitting the enterkey in aTextBox can sometimes haveundesired effects like the wrong submit Button be...
- 弹出模太窗口时,用<base target="_self">来控制窗体的大小,弹出模态窗口时,会有缓存存在,解决办法: 在<head></head>中加入<...
- The GridView control is quiet a handy control and is the most commonly used control when building an...
- The GridView control is quiet a handy control and is the most commonly used control when building an...
- The GridView control is quiet a handy control and is the most commonly used control when building an...
- use AxImp /source c:\windows\system32\MSTSC.dll to generate the source code of AxMSTSCLib.dll(AxMSTS...
- 其实这些方法也都大同小异方法一:String.prototype.trim= function() { // 用正则表达式将前后空格 // 用空字符串替代。 return this.replac...
- ASP.Net comes in with a set of validation controls that automatically validate the data entered by a...
- User Attributes - Inside Active DirectoryAttr LDAP NameAttr Display NameADUC TabADUC FieldProperty S...










