Search
.Management Sciences
A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
Related Mcqs:
- The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
- A. DataList B. Button C. Panel D. None of the Above...
- 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...
- What is the base class from which all Web forms inherit ?
- A. Page Class B. Master Page C. Session Class D. None of these...
- The first event to be triggered in an aspx page is?
- A. Page_Init() B. Page_Load() C. Page_click() D. None of these...
- Which of the following is a requirement when merging modified data into a DataSet ?
- A. The DataSet schemas must match in order to merge B. The destination DataSet must be empty prior to merging C. A primary key must be defined on the DataTable objects D. A DataSet must be merged into the same DataSet that created it....
Recent Comments