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 generics?

2 Answers   Microsoft,


What is Web Services?How we can consume a Web Services in our application?Explain.

1 Answers   Religare,


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,


Explain automatic memory management in .net.

0 Answers  


What is preprocessor in .net? Where it use?

0 Answers  






Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


What are all the various Estimation Techniques available ?

0 Answers   MCN Solutions,


Define static member?

0 Answers  


Is asp.net a programming language or framework?

0 Answers  


How do you secure your connection string information?

0 Answers  


I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

3 Answers   eXensys,


What websites use asp.net?

0 Answers  


Categories