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

What language does asp.net use?

1 Answers  


How to handle errors in Web API?

1 Answers  


About session modes

3 Answers   Wipro,


What is the parent class of all the web server control?

1 Answers  


what is abstract class and method..

2 Answers  


how can i call output parameters from ado.net

3 Answers   TCS,


What is the difference between server-side scripting and client-side scripting?

1 Answers  


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1 Answers   TCS,


on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???

1 Answers   ADITI,


When does a session actually start?

1 Answers  


What is http session state?

1 Answers  


What is the use of service provider?

1 Answers  


Categories