ASP.net MCQs

21. Select the output of the statement ?

A. Transfers all the form data to test.aspx with HTTP headers
B. Transfers all the form data to test.aspx with out HTTP headers
C. Calls post method on test.aspx
D. None of the above
✅ The correct answer is option A.

27. How ASP.Net Different from classic ASP ?

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
✅ The correct answer is option A.

28. Which of the following is true about session in ASP.NET ?

A. The default time interval is 5 minutes
B. Programmers has to take care of delete sessions after configurable timeout interval
C. ASP.NET automatically delete sessions after configurable timeout interval
D. None of the Above
✅ The correct answer is option C.

Scroll to Top