摘要: After tracing I finally found why the application is so slow. It really used too much time to open a database connection for logging, actually is existed. This function is wrapped in an dll. Although ... 阅读全文
posted @ 2008-12-25 15:09 helloworld22 阅读(181) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/KB/aspnet/DisableSubmitButton.aspx public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Button Button1; private void Page_Load(object sender, Sys... 阅读全文
posted @ 2008-12-25 14:55 helloworld22 阅读(219) 评论(0) 推荐(0) 编辑