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
Can I create my own metadata attributes?
6. Wcf- what is SOA
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
Define domestic architecture artifacts? : Dot net architecture
what are login controls?
Name some changes done since version 3.0?
Define cache? : Dot net architecture
What is the difference between absolute expiration and sliding-time expiration?
What is the purpose of hard disk? : Dot net architecture
Explain
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is Com Callable wrapper?when it will created?
What's new in the .net 2.0 class library?
Explain the difference between inprocess vs out process session state : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?