what is a required field validation control?
Answer Posted / subru
This is used for validating the user entered values are
correct, for eg you can use this for checking a user enterd
email address. it won't allow any other type of string
enter there. This required field validation control has
reduced the usage of regular expression, but it is worth to
use regular expression to validate ,because you can decide
how the validation should be and it will be a client side
action. but a regular field validator's code will be
working in server side after posting the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is .net easier than java?
Define an interrupt? : Dot net architecture
What is the difference between an application and a program?
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
What does the term "green architecture" mean? : .NET Architecture
What is the difference between absolute expiration and sliding-time expiration?
What is textview control of .net mobile? : Microsoft dot net mobile
What is the difference between primary & secondary storage device? : Dot net architecture
What is private constructor? And it's use?
What does this do? Gacutil /l | find /i "corillian"
how can we achieve language interoperability through CLS? How MSIL works?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
How can I create a application?
Difference between throw exception and rethrowing ?