Answer Posted / anand k
Like this way also c=u can create Repeater
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<table>
<tr><td>empid</td><td>empname</td></tr>
<ItemTemplate>
<tr>
<td>
<asp:Label ID="Label1" runat="server"
Text='<%#Eval(empid) %>'></asp:Label>
</td>
<td><asp:Label ID="Label2" runat="server"
Text='<%#Eval(empid) %>'></asp:Label></td>
</tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is one way operation?
What is WPF and WCF?
What does the term "green architecture" mean? : Dot net architecture
How to upload in video,mp4,in .net 4.5 ..?
Explain pipelining? : .NET Architecture
Difference between type constructor and instance constructor?
Explain .net mobile automatic paging? : Microsoft dot net mobile
What's new in the .net 2.0 class library?
what is the difference between running an application with and without debugger?
What is private constructor? And it's use?
Can you explain update progress control?
What's the difference between an application and a program?
how to create applications by using Visual Studio 2012?
What is .net mobile lists. : Microsoft dot net mobile