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
To bind columns manually which tags do you need to add within the asp:datagrid ?
What are web beacons used for?
What are ASHX files?
How is a session stored and maintained in asp.net?
What is Bundling and Minification in MVC?
Explain the difference between singleton and single call?
What is the full meaning of asp.net?
What is the difference between c# and .net?
How will you do Redo and Undo in a TextControl?
To load your generated dataset with data which method do you invoke?
Differences between “dataset” and “datareader”.
What are the versions of garbage collection?
Why do we use web config?
Explain the concept of event bubbling in ASP.NET?
What is Web API?