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
vendredi 03 juillet 2009 | The Code Project Latest Articles