Click to See Complete Forum and Search --> : Not sure where to post this - enalbe/disable controls - client side


Funkymonkey
07-22-2005, 06:26 AM
I have a form all written in vb.net. I need to be able to enable and disable controls on the client side.

EG I have a search page - You can search by ID, Category or Keyword. When you add text to one box the others become disabled, thus preventing you from searching on multiple criteria.

I did all this using vb.net but it's slowing everything down - I need to be able to do all of this on the client side. Any ideas of the best way to do this?

Thanks loads for any ideas :confused: :confused: :confused:

ray326
07-23-2005, 01:39 AM
It's easy to do with Javascript. Ask in that forum or the DHTML forum.