State Management in ASP.NET
Web form pages are HTTP-Based, they are stateless,which means they don’t know whether the requests are all from the sameclient, and pages are destroyed and recreated with each round trip to theserver, therefore information will be lost, therefore state management is reallyan issue in developing web applications Wecould easily solve these problems in ASP with [...]
Read more



11:01 pm by admin