What is the purpose of each of the validation controls
provided by ASP.NET?



What is the purpose of each of the validation controls provided by ASP.NET? ..

Answer / raghumadhav tirunagari

Users might ignore a required field.
They might type garbage instead of their email address
They might make a typographical error.
Web applications are susceptible to these types of problems
because they can't respond to the KeyPress event like you
can in Windows applications. ASP.NET solves these problems
by providing validation controls

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you implement postback with a text box? What is postback and usestate?

1 Answers  


Explain what are delegates?

0 Answers  


What is difference between session and cookie?

0 Answers  


Is it possible to change the index of primary key on table?

0 Answers  


What are the components of ado.net?

0 Answers  






Define web.config in .net?

0 Answers  


How does session id work?

0 Answers  


What is the Difference between user and server controls?

5 Answers  


How to use multiple scriptmanager controls in a web page?

0 Answers  


Who can consume WebAPI?

0 Answers  


how to add cliet side event to server side? and how to register client script to sever side? wt difference these two

3 Answers   PSI Data Systems,


what is machine key error in asp.net? how to solve it?

1 Answers  


Categories