Fengzhimei@Dot.Net
Designing My Colorful Dream
Update (3 August 2004, 10:20)

A simple but effective approach supplied by mike , check it out .
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 completed, and clicks it again... and again... and again... messing with your business logic, and stressing your server. This article will show you, with one line of code, how to protect your code against this stupid user trick.
    Go visit:
    http://aspzone.com/articles/207.aspx
posted on 2004-08-03 00:46  fengzhimei  阅读(3242)  评论(6编辑  收藏  举报