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?



How do you associate two or more validators with a single input control? What do you need to do to ..

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

Post New Answer

More ASP.NET Interview Questions

What is the use of global.asax file?

0 Answers  


How to rename a table using sql queries?

0 Answers  


What is Serilazation? how many type of serilazation are their?

3 Answers  


what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,






How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


What r all the controls in ASP.NET ?

3 Answers  


What does asp stand for in asp.net?

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

0 Answers   MindCracker,


What is data binding in asp net?

0 Answers  


Why is the standalone environment only useful during the development process?

0 Answers  


Categories