You could do this in 2 ways.
1) Use the MultiView Control, and when the client clicks the appropriate LinkButton, enable/disable the "View" you set from the MultiView control.
2) You can create a javascript toggle function on the client side, and then in your server side LinkButton, you can call the javascript toggle to enable/disable the panel on the client side.
Let me know if you would like an example of either solution.
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2007-05-18 at 05:24:08ID: 19114902
What is the client-side error?
Bob