Can we access the web controls in a page pre initialising event?
Answers were Sorted based on User's Feedback
What are the 2 ways of adding constraints to a route?
What is GUID and why we need to use it and in what condition? How this is created
Does Tempdata hold the data for other request in ASP.Net MVC?
What is basic authentication in web api?
Explain what is routing?
How to change the action name in ASP.Net MVC?
what is ADO.NET
What type of filter does outputcacheattribute class represents?
Can we create .DLL file without using the namespace?
If we not suppress finalize method in dispose what will happen?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
List out few different return types of a controller action method?