up vote 0 down vote favorite
share [g+] share [fb]

I have a page with 8 Text fields, all these text boxes requires the same rules in regard to accepted characters/invalid characters.

My question is, should I have individual Filtered Text box Extenders for each Text Field or can I have a single Filtered Text Box Extender that I reassign the TargetControl.

Can you do this client side i.e. TextBoxX.onBlur() ??

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

unfortunately you need to have 8 Extenders, though your idea is more elegant.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.