Hi. I am trying to add a THEAD and a TFOOT element in an asp:table control. I have tried to add HtmlGenericControls, LiteralControls and code blocks directly on the html source, but nothing works. Can anyone shows me how to add a simple TFOOT on an asp:table
control? Thanks.
Hi. Do I have any other option? My form dynamically creates a table that has a variable number of rows. This table, however, needs two fixed lines as a footer. Do I have to put them on a separate table? There is any workqround to this issue? Thanks.
Rinaldo
Member
113 Points
27 Posts
and elements for asp:table
Nov 23, 2004 12:28 PM|LINK
Soul Assassin
Contributor
2555 Points
503 Posts
Re: and elements for asp:table
Nov 23, 2004 03:23 PM|LINK
Software Engineer
AspNL Moderation Team
http://www.aspnl.com/aspnl/nl/forums
TimMusschoot@nospamwhores.aspalliance.com
Rinaldo
Member
113 Points
27 Posts
Re: and elements for asp:table
Nov 23, 2004 04:44 PM|LINK
klpatil
Participant
1290 Points
245 Posts
Re: and elements for asp:table
May 25, 2009 09:46 AM|LINK
Anyone found the solution?
HTH
-Kiran
For more solution like this my blog is here
klpatil
Participant
1290 Points
245 Posts
Re: and elements for asp:table
May 25, 2009 10:26 AM|LINK
Hi All,
I found the solution it is use of TableSection : http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.tablerow.tablesection.aspx
Here is my code:
HTH
-Kiran
For more solution like this my blog is here
ferchen
Member
71 Points
81 Posts
Re: and elements for asp:table
Jun 17, 2010 01:51 PM|LINK
Great solution Kiran,
10x a lot