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

Explain how asp.net page works?

0 Answers  


How to find out what version of asp.net I am using on my machine?

0 Answers  


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What are the advantages and disadvantages of viewstate ?

1 Answers  


What are the different types of Session state management options available with ASP.NET?

1 Answers  


Why do we need master page in asp.net?

0 Answers  


Briefly describe different techniques for ASP.NET State Management?

6 Answers   Deloitte, Syntax Softtech,


What?s the difference between Response.Write() and Response.Output.Write()?

2 Answers   Siebel, Visual Soft,


Categories