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 IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Define cache coherency and how is it eliminated? : Dot net architecture
Explain domestic architecture artifacts? : Dot net architecture
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
Use of Enable view state ? if turn off what happen ?
How does an appdomain get created?
Explain cache memory? : .NET Architecture
What is the mesi? : .NET Architecture
Can you explain scriptmanager control?
What are the types of memory management? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What is the purpose of cache? How is it used? : Dot net architecture
What is biginteger and when would you use that?
What are the main Tools to develop .Net Application?