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
What are the types of memory management? : Dot net architecture
What is the difference between primary & secondary storage device? : Dot net architecture
Waht is Dot net Arcitecture
How can implement drag and drop using atlas?
how to make and display a form without title bar?
Can you explain update progress control?
What are end points, contract, address and bindings?
What is the mesi? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
what is the difference between running an application with and without debugger?
Explain the race around condition? : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?
What is .net mobile input validation. : Microsoft dot net mobile
What is gui programming? : .NET Architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile