What is use of Master Page in ASP.NET web pages?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can we handle the error and redirect to some pages using web.config?
How can we inherit a static member?
What is synchronous and Asynchronous post back ?
What does aspcompat="true" mean?
What is simple data binding?
Explain the Session state management options available with ASP.NET?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is difference between web api and web services?
What are the two Layouts supported by a Web form in ASP.NET?
What is directive in asp net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How can u debug your .net application?
What is web api and why to use it?