How do you validate the controls in an ASP .NET page?

Answers were Sorted based on User's Feedback



How do you validate the controls in an ASP .NET page?..

Answer / guest

by setting the control to validate property in validator to
that controler

Is This Answer Correct ?    6 Yes 1 No

How do you validate the controls in an ASP .NET page?..

Answer / sneha gupta

we can validate controls either server side or client side.
for client side vaildaions we can your either javascript or
validation controls provided in .NET.

Is This Answer Correct ?    4 Yes 0 No

How do you validate the controls in an ASP .NET page?..

Answer / raj

We can validate the controls in an ASP.NET page using
validation controls. There are six types of validation
controls in asp.net. They are :

RequiredFieldValidator,
RangeValidator,
CompareValidator,
RegularExpressionValidator,
CustomValidator and
Validation Summary

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is MSIL?

4 Answers  


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

0 Answers  


How do I create a web form?

0 Answers  


What is boxing and unboxing?

3 Answers   Patni,






what is session ?how sessions are handeled in application? write the clauses of sql server in their order.

3 Answers   Olive Tech,


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


Explain how server control validation controls works?

2 Answers   CMS, Syntax Softtech,


how to elimainte the similar data from the different tables

0 Answers  


How to reduce the Page size in asp.net?

4 Answers   CTS,


What is query string in asp.net?

0 Answers  


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


Categories