Answer Posted / nazrul.nazi
Repeater is a dataControl like GridView and Datalist but it
need more manipulation to create it.by the below code u
can design Repeater in tabular format and give data through
sqldatasource or coding. it all up to u.
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<table>
<tr><td>empid</td><td>empname</td></tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table>
<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>
</table>
</ItemTemplate>
</asp:Repeater>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain .net mobile input controls? : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : .NET Architecture
Explain .net mobile selectionlist control? : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What is .net mobile input validation. : Microsoft dot net mobile
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
How to upload in video,mp4,in .net 4.5 ..?
difference between data reader and dataset
Can I create my own metadata attributes?
How do you handle this COM components developed in other programming languages in .NET?
Describe the Managed Execution Process in .NET?
How will you do windows authentication and what is the namespace?
What is the application frame host?
Explain dma? : Dot net architecture