What is the difference between session object and application object?
How does a content page different from a master page?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is a web api? Which protocol is used in a web api?
What is Web Application?
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 application and session in asp.net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
What are the new login controls in asp.net 2.0?
Explain the difference between asp.net mvc and asp.net webforms
What is a Cookie? Where is it used in ASP.NET?
Is it possible to prevent a browser from caching an ASPX page?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError