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

To call a Web service which transport protocol you can use?

3 Answers   Siebel,


when we write the html code with runat = server it works like a server control than why we use the server control?

1 Answers  


What is a session http?

0 Answers  


how to write code for role based security

2 Answers  


What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?

4 Answers  






What is the difference between a page theme and a global theme?

0 Answers  


What is microsoft windows sharepoint services?

0 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


what is assembly?

4 Answers   Microsoft,


How do you store a value in viewstate and retrieve them?

0 Answers  


Explain the difference between or and orelse?

0 Answers  


Categories