Computer Programming MCQs » ASP.net MCQs
Default scripting language in ASP?
A. Vbscript
B. Ecmascript
C. Javascript
D. Perl
Read more about this MCQ
The first event triggers in an aspx page is__________________?
A. Page_load()
B. Page_init()
C. Page_click()
D. Page_doubleclick()
Read more about this MCQ
Which of the following denote page code model in ASP.NET ?
A. Single-file
B. Code-behind
C. Both a and b
D. None of the above
Read more about this MCQ
What is the lifespan for items stored in viewstate______________?
A. 10 mins
B. 20 mins
C. 2 mins
D. Exists for the life of the current page
Read more about this MCQ
Which DLL translate XML to SQL in IIS ?
A. Sqliis.dll
B. Lisxml.dll
C. Sqlisapi.dll
D. Sqlxml.dll
Read more about this MCQ