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 an imagemap in asp.net?

0 Answers  


What are server activated objects?

0 Answers  


Explain the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Explain advantages of caching?

0 Answers  


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


what is caching

3 Answers  


To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


What is ispostback property?

0 Answers  


I have got less marks in bsc it So how to get interview.tell me

1 Answers  


What are html helpers in asp.net?

0 Answers  


What is the difference between system.stringbuilder and system.string

0 Answers  


Explain the use of fragment caching.

0 Answers  


Categories