Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have a Repeater control in my User Control.and giving datasource from my .aspx.cs page.But that repeater control is not rendering.Is There a issue in table within a Repeater.

Repeater has a design like that
<asp:Repeater ID="rptVLM" runat="server" EnableViewState="true" OnItemDataBound="rptVLM_ItemDataBound">
<HeaderTemplate>

</HeaderTemplate>
<itemtemplate>

<footertemplate>
Select
VLM
<asp:CheckBox ID="chkVLMGrp" runat="server" />
<asp:Label ID="lblVLMGrp" runat="server" Text='<% #Eval("ParamName") %>'>
Posted
Updated 16-Jan-14 19:55pm
v2
Comments
ravikhoda 17-Jan-14 23:48pm    
where is your item template ? also please check when you bind repeater does it get data from database ?

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