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 the current version of asp.net?
What is the difference between file-based dependency and key-based dependency?
Define static constructor?
Briefly describe the role of global.asax?
Where code pages are used?
What are themes and skins in 2.0, explain usage scenario?
How to Separate background image and front image from original picture....
What is difference between or and orelse?
how to elimainte the similar data from the different tables
What is a web api? Which protocol is used in a web api?
What is session mode in asp.net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How does exception management works in ASP.NET?
What is inproc and outproc?
Is it possible to change the index of primary key on table?