views:

237

answers:

1

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

A: 

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

craigmoliver