Computer Science MCQs » ASP.net MCQs
Postback occurs in which of the following forms_________________?

A. Webforms
B. Winforms
C. Htmlforms
D. None of these

Default scripting language in ASP?

A. Vbscript
B. Ecmascript
C. Javascript
D. Perl

The first event triggers in an aspx page is__________________?

A. Page_load()
B. Page_init()
C. Page_click()
D. Page_doubleclick()

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

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

Which DLL translate XML to SQL in IIS ?

A. Sqliis.dll
B. Lisxml.dll
C. Sqlisapi.dll
D. Sqlxml.dll