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

Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


what is asp.net

4 Answers  


Explain Generics?

1 Answers  


What are the Types of objects in ASP

0 Answers   Microsoft,






how can you bind data from dataset to XML file

2 Answers   LG Soft,


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


What is the namespace to create thread in .net?

0 Answers  


How can we pass info between 2 asp.net pages?

0 Answers  


In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?

5 Answers   Syntax Softtech, TCS,


What is CTS, CLS and CLR ?

20 Answers   CGI, Palm Technology, Reliable Technology, Satyam, Synergy, TCS,


Categories