By rick
via codeproject.com
Submitted: Jul 04 2009 / 11:30
By Default ASP.Net pages communicate with the server through a mechanism call “PostBack”. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou
Add your comment