How does ASP.NET framework maps client side events to Server side events.?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
How many web config files can be created for an application?
Define resource files.
What is WCF? Pls Explain clearly with exmple.
What is WCF
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
Explain the various authentication mechanisms in asp.net.
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .
what is machine key error in asp.net? how to solve it?
What's the ASP.Net Application life cycle?
what is Theme in Asp.net 2.0
Singleton Design pattern?How do you achieve it?