Problem with Web Applications Web applications are stateless, means once a web page is rendered from server to client, nothing in the page remains on server and the next time user submits the page, the page will be called and created from scratch. ASP.NET provides following solutions to solve this problem: 1- Viewstate 2- Session [...]
↧