TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rahil ameen
NA
1
0
How to generate tabs dynamically??
Sep 6 2007 3:21 AM
hi,
i am lihar,new member of C# corner and new to .net.
i am developing an application which generates Tabs under tabstrip dynamically depending upon database values.
i managed to get Ajax tabstrip by using the following code to get tabs
<ajaxToolkit:TabContainer runat="server" ID="TabContainer1" Height="150px" CssClass=ajax__tab_xp>
<ajaxToolkit:TabPanel ID="TabPanel3" runat="server" HeaderText="Tab1">
<ContentTemplate>
First tab
</ContentTemplate>
</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer>
but i am not able to get tabs dynamically[Tabstrip should get tabs depending upon database values]. please help me by sending sample code or by sending suggestions regarding my query...
thanks and regards,
Reply
Answers (
2
)
atlascontroltoolkit
Finding WebControl in WebMethod