what is a required field validation control?
Answers were Sorted based on User's Feedback
Answer / dsr
first drag the requiredfieldvalidator from validator
(Toolbax). after that ,we can goto properties and change
the properties of requiredfieldvalidator.
1.Id
2.controltovalidate:nametextbox
3.errormessage:Required Field
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What is difference between Desktop, Client Server & Web based applications?
What are end points, contract, address and bindings?
Explain the race around condition? : .NET Architecture
what is the shortcutkey for solution explorer and add new item?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is .net mobile utility controls. : Microsoft dot net mobile
what are the fundamental and common properties of .net controls?
What is the purpose of cache? How is it used? : Dot net architecture
What is biginteger and when would you use that?
Difference between throw exception and rethrowing ?
How can we integrate atlas with web services?
Explain about metadata?