What is the purpose of each of the validation controls
provided by ASP.NET?
Answer Posted / 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 View All Answers
What is cookieless session id explain in brief?
What is the difference between “Web.config” and “Machine.Config”?
Explain form level validation and field level validation?
What is the web.config file in asp?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is use of Master Page in ASP.NET web pages?
What is the difference between page directive include and action tag include?
How can you apply a theme to your asp.net application?
Why would anyone need to implement their own hashtable or linked list?
Define the term Web Garden?
What is the postback property in asp.net?
What is viewstate in asp net with example?
What is difference between web config and global asax?
How can you make sure that web api returns json data only?
What is the usie of activex control in .net?