csierra
Posts: 123
|
| Posted: 06/05/2007, 12:40 AM |
|
Does anyone know how to show or hide a row or group of rows <th> (including controls) client side or server side when changing a listbox value within the same form?
Thank you
cHUCk
_________________
Yes! I Can!!! |
 |
 |
Benjamin Krajmalnik
|
| Posted: 06/05/2007, 9:32 AM |
|
Place the entire content which you want hidden inside a div. Make sure you
give the div an id.
At this point, just use javascript client side to hide the div.
"csierra" <csierra@forum.codecharge> wrote in message
news:64665138186265@news.codecharge.com...
> Does anyone know how to show or hide a row or group of rows <th>
> (including
> controls) client side or server side when changing a listbox value within
> the
> same form?
>
>
> Thank you
>
> cHUCk
> _________________
> Yes! I Can!!!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|