Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to devise a rotator control, within the existing tab, which provides an interface that enables me to read through different contacts, which are hierarchically organized on a zero to many link.

The SQL Statement seems like it is going to be 'rocket science', and, I am not sure whether the AdRotator is the most adequate control to use within my tab control, can you provide guidelines?

C#
Contact details<br />
                    <asp:AdRotator ID="AdRotator1" runat="server" 
                        DataSourceID="AccessDataSource1" />
                    <asp:AccessDataSource ID="AccessDataSource1" runat="server" 
                        DataFile="~/App_Data/LibrarySystem.accdb" 
                        SelectCommand="SELECT * FROM [ContactDetail]"></asp:AccessDataSource>
                    <br />
                    <br />
Posted
Comments
Vinodh.B 24-Dec-13 5:48am    
Your question is unclear . If possible try to add UI screenshots .

1 solution

It depends on the Usability to decide upon whether to use AdRotator with tabcontrol.
Even using an Accordion control also may be a nice idea.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900