ASP.NET INTERVIEW QUESTION & ANSWERS
121. |
What is ViewState? |
|
ViewState is a .Net mechanism to store the posted data among post backs. ViewState allows the state of objects to be stored in a hidden field on the page, saved on client side and transported back to server whenever required. |
122. |
What is DISCO? |
|
DISCO is the abbreviated form of Discovery. It is used to club or group common services together on a server and provides links to the schema documents of the services it describes may require. |
123. |
What is a formatter? |
|
A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end. |
124. |
Is the Page Load event the best place to validate the contents of an ASP.NET page? |
|
No. The ASP.NET validation controls are the best way to validate a Web page's contents. They allow you to encapsulate any rules surrounding an input control. |
125. |
What is the main difference between Asp.net and Vb.net? |
|
- Asp.net is a web technology used for designing webforms and Vb.net is a programming language.
- ASP.NET is a powerful technology for writing dynamic web pages.
- ASP.NET is a way of creating dynamic web pages while making use of the innovations present in .NET.
- VB.NET is a language.But ASP.NET is the Environment where we can create websites or webpages.
|