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
How can you implement the postback property of an asp.net control?
Explain the advantages of asp.net.
Explain the features that make asp.net more used framework? : asp.net mvc
Describe the diffeerence between inline and code behind?
Difference between using directive vs using statement?
What is server components?
Explain exception filters?
How you can stop the validation of ASP.NET controls from client side?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is master page in dtp?
Where sessions are stored in asp.net?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is difference between abstract class and an interface?
What is state management in .net?
What is the purpose of url encoding?