What is query string with example?
What is routing in MVC?
How do you install windows service?
What are sql joins?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Where is asp.net view state stored?
Can we store PROGID information in database and dynamically load the component ?
1 Answers Digital GlobalSoft, e4e,
What is asp.net file?
What is strong name and which tool is used for this?
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 to authenticate users using web.config ?
2 Answers Accenture, Amazon, BirlaSoft, Cap Gemini,
What is WCF
What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?