how do create a repeater

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


Please Help Members By Posting Answers For Below Questions

What is the cli? Is it the same as the clr?

516


Explain the race around condition? : Dot net architecture

484


Explain cache memory? : Dot net architecture

540


What is an asssembly qualified name? Is it a filename? How is it different?

510


What is msil, and why should my developers need an appreciation of it if at all?

537






Define cache coherency and how is it eliminated? : Dot net architecture

524


Whate are resource files? How are they used in .net?

499


Define cache? : Dot net architecture

548


Can I create my own permission set?

534


What is the problem with .net generics?

603


What is the difference between an event and a delegate?

525


Explain about generation?

572


What is biginteger and when would you use that?

533


4. Wcf- what Asych and Sych call and how that works

1447


What is the access level of the visibility type internal?

604