ASP.Net Interview Questions



Pages (999999): « 1 2 [3] 4 5 » ... Last »

What base class do all Web Forms inherit from ?

View the Answer

What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control ?

View the Answer

Which template must you provide, in order to display data in a Repeater control ?

View the Answer

If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users ?

View the Answer

What does the “EnableViewState” property do? Why would I want it on or off ?

View the Answer

What data type does the RangeValidator control support ?

View the Answer

Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler ?

View the Answer

What’s a bubbled event ?

View the Answer

What’s the difference between Codebehind=”MyCode.aspx.cs” andSrc=”MyCode.aspx.cs” ?

View the Answer

Where do you store the information about the user’s locale ?

View the Answer

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

View the Answer

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

View the Answer

Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process ?

View the Answer

What is method to get XML and schema from Dataset ?

View the Answer

Differences between dataset.clone and dataset.copy ?

View the Answer

Pages (999999): « 1 2 [3] 4 5 » ... Last »