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

Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


What data types do the RangeValidator control support?

2 Answers   Siebel Systems,


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

0 Answers  


In the Repeater control which way you can edit?

0 Answers   Siebel,


What is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What are html helpers in asp.net?

0 Answers  


Using code explain Configuration Management

0 Answers  


What is the use of execute non query in asp.net?

0 Answers  


Categories