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
In which situation can you not use a viewstate?
What is the use of view state?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Write some code using interfaces, virtual methods, and an abstract class`
Can you use Web API with ASP.NET Web Form?
What is the life-span of the items in the viewstate?
What is anonymous authentication?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is redirectpermanent in asp.net?
What are the advantages of asp.net?
Where is asp.net view state stored?
How do cookies work?
What is Web Server Control Templates.?
Explain the difference between response.redirect vs server.transfer
What is the extension of master page in asp.net?