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 are the various ways to send content from one page to another?
Can we create a multiple user simultaneously ?
Why cyclomatic complexity is important?
What is the importance of Global.asax in ASP.NET?
What is a runtime version?
What does ascx stand for?
What are sql joins?
Define view state.
What is the base class from which web forms are inherited?
How can we register exception filter globally?
Explain asp.net web forms.
What are html helpers in asp.net?
What is http response header?
What language is asp.net written in?
What are Master Pages in ASP.NET? or What is a Master Page?