How do I display different AJAX update panels in one location in ASP.NET?
Posted
by CowKingDeluxe
on Stack Overflow
See other posts from Stack Overflow
or by CowKingDeluxe
Published on 2010-04-19T06:16:11Z
Indexed on
2010/04/19
6:33 UTC
Read the original article
Hit count: 219
I have a page with 5 buttons on top. I want the area below the buttons to contain an update panel that will display button 1's panel if they click button 1. If they click on Button 2, then I want button 2's update panel to replace the button 1 update panel. Each panel has stuff on it like check boxes and text boxes.
Is there a way to do this? Is there a more efficient way to do this?
© Stack Overflow or respective owner