Sunday, March 11, 2012

dropdown refreshing on check clicked

How you are enabling the dropdown on Checkbox Check button. I suppose you are using AUTOPOSTBACK of Checkbox and then enaling the dropdown on the Server.

I suggest you to use JavaScript - If you just want to enable the Dropdown.

you can do ....

On the the ItemBound event, add the Javascript code to the createed Checkbox, this javascript will just enable/disable the Dropdownlist. this will not refresh the dropdown.

No comments:

Post a Comment