安安

 

文章分类 -  ASP.net

How to prevent multiple clicks of a submit button in ASP.NET
摘要:Many of the bugs reported against ASP.NET applications have to do with unexpected user input. One common instance of this is when a user clicks a button, but does not wait until the postback is comple... 阅读全文

posted @ 2004-08-03 11:25 心比天高a 阅读(5277) 评论(0) 推荐(0)

showModalDialog和showModelessDialog使用心得
摘要:一、showModalDialog和showModelessDialog有什么不同? showModalDialog:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。类似alert的运行效果。 showModelessDialog:被打开后,用户可以随机切换输入焦点。对主窗口没有任何影响(最多是被挡住一下而以。:P) 二、怎样才让在showModalDialog和sh... 阅读全文

posted @ 2004-06-08 20:41 心比天高a 阅读(621) 评论(0) 推荐(0)

导航