Shortcut Navigation:

ASP.NET Quiz

Which of the following languages can be used to write server side scripting in ASP.NET?

When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.

The Asp.net server control, which provides an alternative way of displaying text on web page, is

The first event to be triggered in an aspx page is.

Postback occurs in which of the following forms.

What namespace does the Web page belong in the .NET Framework class hierarchy?

Which method do you invoke on the Data Adapter control to load your generated dataset?

How do you register a user control?

Which of the following is true?

To add a custom control to a Web form we have to register with.

Custom Controls are derived from which of the classes

How ASP.Net Different from classic ASP?

What's the difference between Response.Write() andResponse.Output.Write()?

Why is Global.asax is used?

There can be more than 1 machine.config file in a system

What is the extension of a web user control file?

Which of the following is true?

The number of forms that can be added to a aspx page is.

How do you manage states in asp.net application

Which property of the session object is used to set the local identifier?

Select the caching type supported by ASP.Net

Where is the default Session data is stored in ASP.Net?

Select the type Processing model that asp.net simulate

Does the EnableViewState allows the page to save the users input on a form?

Which DLL translate XML to SQL in IIS?

What is the maximum number of cookies that can be allowed to a web site?

Select the control which does not have any visible interface.

How do you explicitly kill a user session?

Which of the following is not a member of ADODBCommand object?

Tagged as: asp net, asp net, net