ASP.NET INTERVIEW QUESTION & ANSWERS
DOT Net
TAGS
16. | What is Validation Summary? |
---|---|
It displays summary of all current validation errors on an Asp.Net page. |
17. | What are all the types of data types available in ASP.NET? |
---|---|
There are two types of data types availabel in Asp.Net are :
|
Posted by Vineet Vinayak. (Sep 27, 2013) | |
1) Value Types 2) Reference Types. |
18. | Define Page class? |
---|---|
Page class is the part of System. Web.UI namespace from which all ASP.NET pages are derived. |
19. | What is a PostBack? |
---|---|
The process in which a Web page sends data back to the same page on the server. |
20. | What data type does the RangeValidator control support? |
---|---|
Range validator control supports :
|