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
How is my content secured from unauthorized access?
Define tracing.
What is the extension of master page in asp.net?
What are the main differences between asp and asp.net?
How can I have a particular web page in an asp.net application which displays its own error page?
How to add DateTime Control in normal DataGrid Server Control?
what cut off mark for po's,what questions they asked for interview?
What is an example of an application service provider?
What is .net framework and what are the main components of it?
How many web.config files can I have in an application?
What is autopostback in asp net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is session state server?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Explain the flow of processing of the request? : asp.net mvc