C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

Ajax tabcontrol


Posted Date: 04 Jul 2009      Posted By: avinashbabu      Member Level: Silver     Points: 1   Responses: 2



hi,
provide me with a tab control code of ajax
thank u all.





Responses

Author: priya narayan    05 Jul 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

TabContainer control is a very simple to use.Just place the required controls in different tab panels and trap the ActiveTabChanged event and do all the necessary actions which suit your application requirements.

In ActiveTabChanged event :

try
{
if (TabContainer1.ActiveTabIndex == 0)
{
//Do
}

if (TabContainer1.ActiveTabIndex == 1)
{
//Do
}

if (TabContainer1.ActiveTabIndex == 2)
{
//Do
}

For more informn
Refer :
http://www.codeproject.com/KB/ajax/AJAXTabControl.aspx

Thanks and Regards
Priya

"Motivation is a fire from within. If someone else tries to light that fire under you, chances are that it will burn very briefly." - Stephen Covey



Author: pradeep    05 Jul 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

jsut drag the control add new tabs with the name you want.


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Crystal
Previous : Setup file
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use