Asp.net Interview Questions : Part – 3
1. Does .NET support multiple inheritance? Ans : No,.NET does not support multiple inheritance, but we can use interfaces if we want that functionlity. 2. What is difference between ()…
Asp.net Interview Questions : Part – 1
1. Which Class is Super class for all .NET Class? Ans : is the base class for all the .NET classes in .NET Framework. 2. Which Namespace is root namespace…
Asp.net Interview Questions : Part – 2
1. What is EnableViewState? Ans : It is one property enables the ViewState on the page which allows the page to save the users input on a form. 2.…