TeaAddictedGeek
Programmer
I've tried solving this via a combo of Javascript, CSS, and ASP.NET as per the 4GuysFromRolla site, but it's not working for me. Maybe someone here knows of a better solution.
I have a Repeater with lots of details for each header. There's an imagebutton next to each heading that should toggle the div to visible versus not visible.
Anyone tried anything like this and gotten it to work? I've tried to see if I can get it to be taken care of at the backend, but .NET complains at me for trying to dynamically generate the div ID.
Thanks in advance!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum
I have a Repeater with lots of details for each header. There's an imagebutton next to each heading that should toggle the div to visible versus not visible.
Anyone tried anything like this and gotten it to work? I've tried to see if I can get it to be taken care of at the backend, but .NET complains at me for trying to dynamically generate the div ID.
Thanks in advance!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum