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 a user browsing my Web site read my Web.config or Global.asax files ?

1 Answers  


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


A web service can only be written in .net? State whether true or false.

0 Answers  


In the Repeater control which way you can edit?

0 Answers   Siebel,


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,






What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

0 Answers  


how we use web services

2 Answers  


Tell me the code snippet to show how we can return 404 errors from HttpError?

0 Answers  


What are the various ways to send content from one page to another?

0 Answers  


How do you install windows service?

4 Answers   Tech Mahindra,


What is the main difference between Asp.net and Vb.net?

0 Answers  


What is a swagger in web api?

0 Answers  


Categories