Who is using 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 asp.net response object?

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  


How would you get asp.net running in apache web servers?

0 Answers  


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


Where is session cookies stored?

0 Answers  






What is the difference between Classic ASP and ASP.Net?

0 Answers  


can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,


How can u handle Exceptions in Asp.Net?

4 Answers  


What is asp net theme?

0 Answers  


differences between class inheritance and interface?

2 Answers  


What is .NetFramework?

1 Answers   Syntel,


what is the generics and where used generics in your project?

3 Answers   CTC,


Categories