Link to home
Start Free TrialLog in
Avatar of ipjyo
ipjyoFlag for United States of America

asked on

How do we implement Tabs functionality using ASP.NET 2.0?

Hi,
Could you please advise how to implement Tabs functionality in asp.net 2.0 ?
Do we have any simple way to create Tabs?
Thank you
ASKER CERTIFIED SOLUTION
Avatar of Callandor
Callandor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Or use AJAX which has a tab control:

http://www.asp.net/ajax/
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ipjyo

ASKER

thank you all for the responses
Avatar of ipjyo

ASKER

Hi Callandor,

I have gone thru the link which you have suggested.
Could you please tell me how do we bind data based on the view that has been selected. Which event do we fire to do this? Please let me know if you have already experimented with this.

Thanks for the help