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 / 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 |
Can we use multiple forms in single asp.net application?
What data types do the RangeValidator control support?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are various authentication mechanisms in ASP.NET ?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
In the Repeater control which way you can edit?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one
What are html helpers in asp.net?
Using code explain Configuration Management
What is the use of execute non query in asp.net?