What is the life cycle of web page?
No Answer is Posted For this Question
Be the First to Post Answer
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
0 Answers InfoAxon Technologies,
How do you use viewstate?
Define web services in asp.net.
hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder
In Code-Behind class which kind of code (server or client) is found ?
Difference between Active Exe and Activex dll ?
What is the difference between executescalar and executenonquery?
How can we Deploy a website?
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.
Explain some of the major built-in objects in asp.net
What is the use of @Register directives?