Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2007, 04:50 AM
Registered User
 
Join Date: Mar 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Dhanapal
Default Repeater Control

<asp:repeater id=MessageList runat="server">
<ItemTemplate>
<table runat="server" id=tab1>
<tr><td>
<asp:Button ID="Rating" runat="server" Text="Submit" OnClick="Rating_Click" /></td></tr>
</table>
<asp:LinkButton ID="Post" runat="server" OnClick="Post_Click" Text='<%# DataBinder.Eval(Container.DataItem,"Topic") %>' ForeColor="Brown"></asp:LinkButton>
</ItemTemplate>
</asp:repeater>

This is my repeater design

When page load that time Not visible table[ in table one button control available] in repeater control
how............







Similar Threads
Thread Thread Starter Forum Replies Last Post
repeater control akssmv ASP.NET 2.0 Basics 1 August 20th, 2008 08:55 PM
Help me with repeater control? forlife ASP.NET 2.0 Basics 1 July 14th, 2007 12:09 PM
Repeater control. rupen ASP.NET 1.0 and 1.1 Basics 1 October 14th, 2005 08:34 AM
Repeater Control abdul_owiusa General .NET 0 August 30th, 2005 04:54 PM
Repeater Control Dmitriy Pro VB 6 0 July 27th, 2004 11:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.