Which is faster viewbag or viewdata?
What is view state and how this can be done and was this there in asp ?
3 Answers Accenture, BirlaSoft, CTS, Mphasis,
How do we get only edited/deleted/inserted records from a Dataset?
How do you relate an aspx page with its code behind Page?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Mention few asp.net validators.
Difference between singleton and singlecall.
Explain difference between dataset and datareader?
What is razor? : asp.net mvc
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.
What is the use of execute non query in asp.net?
when we write the html code with runat = server it works like a server control than why we use the server control?