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
What is the use of CLR in .NET?
Tell me .net mobile emulators? : Microsoft dot net mobile
Explain cache? : .NET Architecture
Explain the difference between l1 and l2 cache? : .NET Architecture
Define cache? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
Explain 'managed' mean in the .NET context
What is a service contract, operation contract and data contract?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
How can I create a application?
Define a virtual memory? : Dot net architecture
Define cache coherency and how is it eliminated? : Dot net architecture
What is different about namespace declaration when comparing that to package declaration in java?
What is textbox control of .net mobile? : Microsoft dot net mobile
Different types of authentication modes in .net framework ?