How do you associate two or more validators with a single
input control? What do you need to do to prevent space from
being reserved for a validation control thatpasses its
validation test?
Answer Posted / raghumadhav tirunagari
If you use two or more validators for a single input
control, you should set the display property of each control
to dynamic. This will prevent space from being reserved for
errors that don't occur. This technique only works in FLOW
layout due to the use of absolute positioning in grid layout.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the Intermittent crashing of application in production?
How you will handle session when deploying application in more than a server?
What are the difference between overriding and overloading?
Explain the purpose of storyboard.targetproperty.
Explain the overview of asp.net?
What is ispostback method in asp.net? Why do we use that?
What is a server cookie?
What are cookies in your browser?
What is the life-span of the items in the viewstate?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are all the various Estimation Techniques available ?
How use Xml data in ASP.net?
In a Repeater control how one can provide an alternating color scheme ?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is datagrid asp.net?