hi all ,
I need to display data from database in table format . The thing is, in table horizontal borders should not appear for data rows.
Is there any options available.
Thanks in advance
hi all ,
I need to display data from database in table format . The thing is, in table horizontal borders should not appear for data rows.
Is there any options available.
Thanks in advance
Jump to PostHi,
you can make the border attribute to none or zero.
Jump to Posthi anand,
please go through this link you might get a clear idea
http://www.asp.net/mvc/tutorials/displaying-a-table-of-database-data-cs
for your data td's the css:
.data td {border-bottom:none;}
in the table:
<td class='data'>
of course, you will have to add the css for your vertical borders.
thanks Dandello and judryn27,
@judryn27 But i dont want to hide whole border ..
hi anand,
please go through this link you might get a clear idea
http://www.asp.net/mvc/tutorials/displaying-a-table-of-database-data-cs
thanks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.