TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mujeeb Rahman
1.1k
604
4.5k
Rowspan in repeater using asp.net C#
Oct 13 2016 6:20 AM
<asp:Repeater ID="Customers" runat="server" OnItemDataBound="Customers_ItemDataBound">
<HeaderTemplate>
<table id="tblSample">
<thead>
<tr>
<th scope="col" style="width: 10px">POS
</th>
<th scope="col" style="width: 120px">DEVICE
</th>
</tr>
</thead>
</HeaderTemplate>
<ItemTemplate>
<tbody>
<tr>
<td >
<asp:Label ID="lblCustomerId" runat="server" Text='<%# Eval("cabinet_height") %>' />
</td>
<td rowspan="<%# Eval("rowspan") %>">
<asp:Label ID="lblContactName" runat="server" Text='<%# Eval("devicename") %>' />
</td>
</tr>
</tbody>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater>
Please help me...
Reply
Answers (
3
)
Download & zip multiple varbinary files from database
how to use dropdown in asp.net mvc 4