-
-
-
-
-
-
-
-
-
-
-
-
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 Text box control
If i place 2 text boxes on a form and compile it will run.. With out entering data in the first text box i can enter in to another.. What i need is i don't want the cursor to go to the next text box if i left it as blank... How can i ro this in ASP or vb.Net
-
ASP.NET Binding
Why do we binds the data in Web-application not in the Windows-application
-
Treeview
The treeview in my page works fine as a menu in VS 2005 local in my machine , but when I publish my web site the attribute HoverNodeStyle doesn't work, doesn't change the color and neither underline the node.
-
Impersonation
What Is Impersonation and explain it's uage
ASP.NET Interview Questions
Ans