List the major built-in objects in asp.net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is Web API?

0 Answers  


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,






Explain the functionality of "EnableViewState" ? What happens if you want it on or off?

1 Answers   Siebel,


How does exception management works in ASP.NET?

0 Answers   Alcatel-Lucent,


What is smpte vc-1?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


Any alternative to avoid name collisions other then Namespaces?

1 Answers  


Can we have 2 web config files?

0 Answers  


What's a bubbled event?

3 Answers   Siebel,


Categories