Click here to Skip to main content
15,886,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...
Im using ajax tab container for my application. I added 6 tabs in that. When viewing my design in "view in browser" i can view only datas of first two tabs. If clicked on remaining 3rd,4th...no data is displaying. I dont know what i did wrong....plz guide me soon!
Posted
Comments
ZurdoDev 30-Mar-12 7:58am    
Please share some code. How can we help if we can't see what you are doing?
Priyaaammu 30-Mar-12 8:13am    
<cc1:TabContainer ID="tab1" runat="server" Height="250px"
Width="81%" ActiveTabIndex="0" AutoPostBack="true">
<cc1:TabPanel ID="tpan1" runat="server" Width="100%" BorderStyle="Solid" BackColor="Bisque"
TabIndex="1">
<HeaderTemplate>
Catagory</HeaderTemplate>
<contenttemplate>
<table align="center" width="60%" border="1" cellpadding="3" cellspacing="3">
<tr class="tr_headers">
<td align="left" valign="middle" colspan="3">
<asp:Label ID="lblTitle" runat="server" Text="Catagory" >
</td>
</tr>
<tr>
<td align="right" valign="middle" style="width: 30%">
<asp:Label ID="lblCatagoryName" runat="server" Text="Catagory Name: ">
</td>
<td align="left" valign="middle" style="width: 50%">
<asp:TextBox ID="txtCatagoryName" runat="server" Height="21px" TabIndex="1" Width="241px"
MaxLength="30">
</td>
</tr>
<tr>
<td align="right" valign="middle" style="width: 30%">
<asp:Label ID="lblCatagoryDescription" runat="server" Text="Catagotry Description: ">
</td>
<td align="left" valign="middle" style="width: 50%">
<asp:TextBox ID="txtCatagoryDescription" runat="server" Height="21px" TabIndex="1"
Width="241px" MaxLength="255">
</td>
<td align="left" valign="middle" style="width: 20%">
<asp:Button ID="butAddCatagory" runat="server" Text="Add" TabIndex="2" />
</td>
</tr>
<tr>
<td align="center" valign="middle" colspan="3">
<asp:GridView ID="grdCatagory" runat="server" Width="97%" PageSize="5"
AutoGenerateColumns="False">
<columns>
<asp:BoundField DataField="categoryName" HeaderText="Catagory Name">
<itemstyle horizontalalign="Center">

<asp:BoundField DataField=""
Priyaaammu 30-Mar-12 8:23am    
i sent my full code...try to solve my problem soon
ZurdoDev 30-Mar-12 8:39am    
Please use the improve question link. I think it may have gotten cut off.
Priyaaammu 30-Mar-12 9:14am    
Got solution,i missed some closing tags...but now i have another problem that im my grid view i have to show records along with delete button in same row to delete record. How to do it?

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