adspace
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
Different types of authentication modes in .net framework ?
difference between Response.write,server.transfer and also which one is used when ?
I can't be bothered with cas. Can I turn it off?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain
How does an appdomain get created?
How do I know when my thread pool work item has completed?
Why am I getting an invalidoperationexception when I serialize an arraylist?