Hi,
I have 4 repeaters display some information webpage.I am giving the code here below.please give me the solution.
I have 2 tables.I have display them one below other.I have 2 repeaters in each table.one to display head and other to contents.But when i run the code i could see one header only but the contents in itemtemplate of both repeaters are visible.But the other one which is not visible is rendered when i see in viewsource of the rendered page.
If i comment the databinding code of the other repeater i could see the repeater head which i didn't see before.
This is the code i have written in page load
Please give me the solution i have wasted whole day for this.
I even tried taking onther table and putting table1 and table2 in separate rows.It didn't work for me.
I tried by taking two repeaters instead of 4, using HeaderTemplate and ItemTemplate of the same repeater to display header and Contents(Before i used separate repeater to display header and Items) it also not worked.
I could see one header on top of the page even it is in Second table.
Thanks Inadvance,
Ravi
I loaded your Contents code on a 2008 web site project and it look like the following picture As I have no data I cannot get any datatables visible there but the general design seems to fit or is something missing in this picture ? I looked at the structure, it seems me fine, what is contained in the
Code:
class="tableOverflow">
Hey and there is one thing:
Both of your tables have
Code:
ID="Table1"
And this may lead to troubles at runtime !
Last edited by JonnyPoet; October 27th, 2008 at 06:27 AM.
Jonny Poet
To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
If anyone felt he has got help, show it in rating the post.
Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ? My latest articles : Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.