asp:Repeater and asp:Table

W

Walter Wang [MSFT]

Hi David,

Do you mean that you want to create a Table control using the Repeater
control's HeaderTemplate and FooterTemplate like following?

<asp:Repeater ID="repeater1" runat="server">
<HeaderTemplate>
<asp:Table ID="table1" runat="server">
</HeaderTemplate>
<FooterTemplate>
</asp:Table>
</FooterTemplate>
</asp:Repeater>

I don't think it's possible to cross over two server-side control tags.

Also, can I ask why a <table> html tag doesn't work for you?

Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

javatopia

I've got a reason why! In my ASP.NET 2 application, sometimes the contents of
the footer template is not written.

My footer template only contains the "</table>" end tag of my header
template's "<table>" start tag.

This works reliably in my dev environment, and on a test application
instance, but not on our deployment server, and pretty much only on one
particular page.

Is there any reason why the footer template would not output??

Thanks

--
Jacob W Anderson
---
http://www.beyond-ordinary.com
http://www.extremeplannerlive.com
---
If you think it''''s expensive to hire a professional to do the job, wait
until you hire an amateur.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top