javascript:toggle

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
I'm using the javascript toggle function to collapse elements such as an explorer bar UI. The dilemma is how to persist the change (toggled or not) through postbacks. I'm toggling an HTML table. I guess I need to figure out how to get this to viewstate or change my UI from a HTML table to some viewstate capable control instead....thinking in progress...
 
Back
Top