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?

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

Which of the following is FALSE ?

Which of the following is FALSE ?

A. ASP.NET is a major upgrade over ASP
B. ASP+ and ASP.NET refer to the same thing
C. ASP.NET applications run without a Web Server
D. None of these