上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 342 下一页
摘要: Hi all,This is the code that's not working in Safari 4: <%@ Page Language="C#" AutoEventWireup="true" %><%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %><!DOCTYPE html PUBLIC " 阅读全文
posted @ 2010-02-23 18:06 emanlee 阅读(499) 评论(0) 推荐(0)
摘要: win2003 server下的IIS6默认设置下对每个运行在默认应用池中的工作者进程都会经过20多个小时后自动回收该进程,造成保存在该进程中的session丢失。 因为Session,Application等数据默认保存在运行该Web应用程序的工作者进程中,如果回收工作者进程,则会造成丢失。 解决办法: 修改配置,设置为不定时自动回收该工作者进程,比如设置为当超出占用现有物理内存60%后自... 阅读全文
posted @ 2010-02-23 17:14 emanlee 阅读(415) 评论(0) 推荐(0)
摘要:   单击“开始”“运行”输入命令:msconfig在启动一项中你就可以看到了 支持先检查你的系统自启动项,用MSCONFIG,或在查找注册表里的启动项 注册表是启动程序藏身之处最多的地方,主要有以下几项: 1.Run键 Run键是病毒最青睐的自启动之所,该键位置是[HKEY_CURRENT_ USER\Software\Microsoft\Windows\CurrentVer... 阅读全文
posted @ 2010-02-21 14:26 emanlee 阅读(351) 评论(0) 推荐(0)
摘要: 警告:注册表编辑器使用不当可导致严重问题,可能需要重新安装操作系统。Microsoft 不能保证您可以解决因注册表编辑器使用不当而导致的问题。使用注册表编辑器需要您自担风险。 本文分步介绍了如何使用注册项 (.reg) 文件添加、修改或删除注册表子项和值。Regedit.exe 使用 .reg 文件导入和导出注册表子项和值。您可以使用这些 .reg 文件将注册表更改远程分发到多台基于 Window... 阅读全文
posted @ 2010-02-21 14:26 emanlee 阅读(2808) 评论(0) 推荐(0)
摘要:         Response.Redirect("~/MainScreen.aspx")  ‘成功       Server.Transfer("~/MainScreen.aspx")    &#... 阅读全文
posted @ 2010-02-20 18:40 emanlee 阅读(3015) 评论(0) 推荐(0)
摘要: Sys.InvalidOperationException: ScriptLoader.loadScripts cannot be called while the ScriptLoader is already loading scripts. ScriptResource.axd?d=d3xVu0qZmYMruyPLNxnMUx_rdkJV1pIsv0ccc7NFCXF1fP3E0YMzFBC... 阅读全文
posted @ 2010-02-20 14:51 emanlee 阅读(422) 评论(0) 推荐(0)
摘要: Reporting Services in Local Mode rdlc在设计时,如果要将DateTime类型的字段展示成x年y月z日,那么需要使用格式化字符串的函数,但是格式枚举会有问题,它总显示一个红色波浪线, 代表这个脚本有问题,可是实际上,在msdn中查询出来的任意格式枚举都不会有错误,显示效果是正常的,这个算是一个假警报。 rdlc在使用自带的导出功能时,当数据量超过65536时,它无... 阅读全文
posted @ 2010-02-19 15:55 emanlee 阅读(2800) 评论(0) 推荐(1)
摘要: exporting a pdf and excel Takes way to long Slow performance when exporting to Excel The reports when run on their own is running fine and is loading within an ecceptable time. However, the problem ... 阅读全文
posted @ 2010-02-19 15:55 emanlee 阅读(2816) 评论(0) 推荐(0)
摘要: 'ddlXXX' has a SelectedIndex which is invalid because it does not exist in the list of items. Parameter name: value Description: An unhandled exception occurred during the execution of the current web... 阅读全文
posted @ 2010-02-19 15:38 emanlee 阅读(1182) 评论(0) 推荐(0)
摘要: 母版页是如何处理相对路径的?如果你使用的是静态文字,这一问题不会困扰你。不过,如果你加入了html标记的<img>标签或者指向其他资源的HTML标签,并且这个文件与母版页不在同一文件夹下面,问题就可能发生。 当你把母版页和内容页放在不同的目录时,问题就发生了。把母版页和内容页分放到不同的目录,这是大型网站推荐使用的最佳实践。实际上,微软建议你在专门的文件夹里保存所有的母版页。不过,如... 阅读全文
posted @ 2010-02-12 22:05 emanlee 阅读(4438) 评论(1) 推荐(1)
上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 342 下一页