Explain some of the major built-in objects in asp.net
What are the security types in ASP/ASP.NET? Different Authentication modes?
Can we make a class with class with same;suppose public class abc { public class abc { } }
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What does the "EnableViewState" property do? Why would I want it on or off?
What is the difference between HTTP-Post and HTTP-Get ?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the namespace classes used in asp.net mvc? : asp.net mvc
You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
How to call a child form method from the master page?
What are runtime hosts?
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
What does aspnet_regiis -i do ?