Most asked top Interview Questions and Answers & Online Test
Education platform for interview prep, online tests, tutorials, and live practice

Build skills with focused learning paths, mock tests, and interview-ready content.

WithoutBook brings subject-wise interview questions, online practice tests, tutorials, and comparison guides into one responsive learning workspace.

Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ASP .NET Interview Questions and Answers

Ques 6. Where do you store the information about the users locale?

System.Web.UI.Page.Culture

Is it helpful? Add Comment View Comments
 

Ques 7. Whats the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

CodeBehind is relevant to Visual Studio.NET only.

Is it helpful? Add Comment View Comments
 

Ques 8. Whats a bubbled event?

When you have a complex control, like DataGrid, writing an event processing routine
for each object (cell, button, row, etc.) is quite tedious. The controls can bubble up
their eventhandlers, allowing the main DataGrid event handler to take care of its
constituents.

Is it helpful? Add Comment View Comments
 

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

Add an OnMouseOver attribute to the button.Example: btnSubmit.Attributes.Add("onmouseover","someClientCodeHere();");

Is it helpful? Add Comment View Comments
 

Ques 10. What data types do the RangeValidator control support?

Integer, String, and Date.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.