vote up 0 vote down star

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() ??

flag

1 Answer

vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

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