To clarify my previous post:

I have a series of identical fields; the quantity varies per user.

For example, if I was keeping track of a user's friends and allowed the user
to edit their friends' names from a list, I would have a series of text
boxes:

friend1,
friend2,
...
friendN

Each text box requires exactly the same validation (required, maxLength,
mask, etc.). Is there any way to dynamically validate only the applicable
fields?

One request might have 5 friend fields while another request might have 10
and so on.

Thanks.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to