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 actually happes when you add a something to arraylistcollection ?

495


What is Object Caching in Visual Studio 2010?

607


Explain element .net mobile with example? : Microsoft dot net mobile

510


define cache memory? : Dot net architecture

543


What is Com Callable wrapper?when it will created?

541






Explain How to improve the cache performance? : Dot net architecture

526


What are the types of application software?

515


Can you explain scriptmanager control?

544


State and explain about microsoft.net?

538


IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class

1548


What is parallel computing?

549


Explain the process of gc?

555


So what exactly is the configuration file for then?

563


Explain the use of virtual, sealed, override, and abstract.

581


Explain difference between machine config vs. Web config : Dot net architecture

490