CheckBoxList Clear - client side?

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

Is there anyway to clear a checkbox list (uncheck all items) on the client
side without causing a trip to the server?

If so, could someone show me how?
Thanks,
T
 
Depends on what you mean by "clear". You can certainly use DHTML to delete
all the elements that represent the checkboxes (afterall it is only HTML).
But the information that the server uses may exist in the viewstate and
therefore cannot be manipulated on the client.
 
Back
Top