Who is using asp.net?
What is asp.net response object?
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.
How would you get asp.net running in apache web servers?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Where is session cookies stored?
What is the difference between Classic ASP and ASP.Net?
can u create two Primary key for a table? --Sivaa
How can u handle Exceptions in Asp.Net?
What is asp net theme?
differences between class inheritance and interface?
What is .NetFramework?
what is the generics and where used generics in your project?