How can you dynamically add user controls to a page?
No Answer is Posted For this Question
Be the First to Post Answer
What is a response cookie?
differences between class inheritance and interface?
Which data type does the rangevalidator control support?
How to fetch a data from one table to another table in asp.net ?
What is web.config file ?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
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.
Differentiate between structure and class.
What is the DLL Hell Problem?
What is work flow gen? how can it will work with .Net?
What is the difference between application state and session state in asp net?
IN an ASP.NET Web application if there is any error, how can you debug?