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?

A. Use View State
B. Use URL munging
C. Disable ViewState and use Session State
D. Disable View State and don’t use session state

Leave a Reply

Your email address will not be published. Required fields are marked *