摘要:
问题症状:运行.net程序出现以下错误:“/”应用程序中的服务器错误。--------------------------------------------------------------------------------超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。问题解决:在Web.Confi... 阅读全文
posted @ 2010-05-20 17:54
carekee
阅读(1549)
评论(0)
推荐(0)
摘要:
open:打开新页面showModalDialog:打开模式对话框showModelessDialog:打开非模式对话框openSyntax:oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])Parameters:sURLOptional. Stringthat specifies the URL of th... 阅读全文
posted @ 2010-05-20 16:57
carekee
阅读(1108)
评论(0)
推荐(0)
摘要:
因为用的是Ajax的 ScriptManager + UpdatePanel控件所以调用Response.Write(),Page.RegisterStartScript()等方法,就不行了需要调用Ajax本身的ScriptManager.RegisterStartupScript()方法;具体格式为:System.Web.UI.ScriptManager.RegisterStartupScrip... 阅读全文
posted @ 2010-05-20 16:00
carekee
阅读(3701)
评论(0)
推荐(2)