-
-
What are the types of authentication in Asp.net?
1.Windows-based authentication2.Forms-based authentication3.Microsoft Passport authentication
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is .NET Partial Classes?
One of the language enhancements in .NET 2.0—available in both VB.NET 2005 and C# 2.0—is support for partial classes. In a nutshell, partial classes mean that your class definition can be split into multiple physical files. Logically, partial classes do not make any difference to the compiler. During compile time, it simply groups all the various partial classes and treats them as a single entity.One...
-
-
ASP.NET predefined validation control and java script validation
What is difference between predefined validation control and java script validation in asp.net ? which one better ?
ASP.NET Interview Questions
Ans