An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database. It is important that the Web application doesn’t overwhelm the Web Server.
1.Disable View State and don’t use session state
2.Use View State
3.Use URL munging
4.Disable ViewState and use Session State
Posted Date:-2022-02-02 13:46:46