How to find out what version of ASP.NET I am using on my machine ? September 13, 2025 by Admin A. Response.Write(Version.ToString() ); B. Response.Write(System.Version.ToString() ); C. Response.Write(System.Environment.Version.ToString() ); D. not possible ✅ The correct answer is option C.
Which DLL translate XML to SQL in IIS ? September 13, 2025 by Admin A. SQLIIS.dll B. LISXML.dll C. SQLISAPI.dll D. SQLXML.dll ✅ The correct answer is option C.
When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ? September 13, 2025 by Admin A. XML B. HTML C. WML D. All of the above ✅ The correct answer is option B.
What is the base class from which all Web forms inherit ? September 13, 2025 by Admin A. Page Class B. Master Page C. Session Class D. None of these ✅ The correct answer is option A.
Which of the following is not the way to maintain state ? September 13, 2025 by Admin A. Request object B. Hidden fields C. View state D. Cookies ✅ The correct answer is option A.
What is the base class from which all Web forms inherit ? September 8, 2025 by Admin A. Page Class B. Master Page C. Session Class D. None of these ✅ The correct answer is option A.
Which of the following is not the way to maintain state ? September 8, 2025 by Admin A. Request object B. Hidden fields C. View state D. Cookies ✅ The correct answer is option A.
Which DLL translate XML to SQL in IIS ? September 8, 2025 by Admin A. SQLIIS.dll B. LISXML.dll C. SQLISAPI.dll D. SQLXML.dll ✅ The correct answer is option C.
When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ? September 8, 2025 by Admin A. XML B. HTML C. WML D. All of the above ✅ The correct answer is option B.