FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

ASP.NET INTERVIEW QUESTION & ANSWERS

16. What is Validation Summary?
  It displays summary of all current validation errors on an Asp.Net page.
Your Name Your Email-ID
Your Answer
 
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 :
  • Framework specific data type
  • Language specific data type.
  Posted by Vineet Vinayak. (Sep 27, 2013)
 

1) Value Types 2) Reference Types.

Your Name Your Email-ID
Your Answer
 
18. Define Page class?
  Page class is the part of System. Web.UI namespace from which all ASP.NET pages are derived.
Your Name Your Email-ID
Your Answer
 
19. What is a PostBack?
  The process in which a Web page sends data back to the same page on the server.
Your Name Your Email-ID
Your Answer
 
20. What data type does the RangeValidator control support?
  Range validator control supports :
  • Integer
  • String
  • Date
Your Name Your Email-ID
Your Answer