G
Guest
For performance purposes, I am using client-side scripts to show-hide (via css display: hide, display: block) several rows of a table depending on which imagebutton is clicked. Because of workplace standards I'm using vbscript on the client-side. The sub called hides the rows without problems, but an autopostback from the imagebutton causes the display property to reset and the rows reappear. Does anyone know a simple way to disable the autopostback on the imagebutton control? It doesn't appear to have an autopostback property to set to false....
tia,
Sue
tia,
Sue