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
Name some changes done since version 3.0?
Explain about continuable exceptions?
What is the mesi? : Dot net architecture
How can I create a application?
What is .net transaction?
can u give me real example of how web.config overrides the machine.config file?
How does .net mobile work? : Microsoft dot net mobile
How to prevent my .NET DLL to be decompiled?
how to add list of items in a web application and win application?
what is polymorphism and advantage ?
How does .net remoting work?
difference between data reader and dataset
What is .net mobile lists. : Microsoft dot net mobile
how to delete the record using data reader
What is different about namespace declaration when comparing that to package declaration in java?