How many types of validation controls are provided by
ASP.NET?
Answer Posted / amulya kumar panda
ther are six type validation controll that i know
1.reguiral filed validation
2.compareValidator
3.rangValidator
4.reguralExpressionValidator
5.customvalidator
6.validation summery
| Is This Answer Correct ? | 32 Yes | 6 No |
Post New Answer View All Answers
In Code-Behind class which kind of code (server or client) is found ?
Describe the events in the life cycle of a web application.
What are the event handlers that can be included in the Global.asax file?
What is runat?
What are type/key pairs in client script registration?
Differentiate between a hyperlink control and a linkbutton control.
Explain what is clr?
Where you store Connection string in "Web.Config" file in ASP.NET?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is .net framework and what are the main components of it?
What is postback and autopostback in asp.net?
Explain serialization and deserialization?
What are Session states available and its Uses?
What is Pre-Render event in ASP.NET?
What is form method?