Best bet for this is to create a few Link buttons and a few Panels. If you drop enough Panels on to your page to cover all your tabs and set all of the visible properties to false (except the one you want to be on by default). Stick in some LinkButtons or ImageButtons above the Panels for the tabs, hook up their OnClick events to set all the Panels to visible false and then set the Panel corresponding to the tab visible true.
Pre tty simple 
Liam
On 2/6/06, ucfcpegirl06 < treshauna.wright gmail.com">treshauna.wright gmail.com> wrote:
Is there a way to create tabbed panes in C#? Where you click a tab's link and it opens in the same page?
|