Sometimes it may be more artistically prudent to hide the column headers when using SharePoint’s ListView web part. Luckily, it’s very easy using CSS
<style type="text/css">
.ms-viewheadertr { display: none;}
</style>
All Things DotNet Discussed – Winforms/ASP.Net/SharePoint/WPF
Leave a reply
You must be logged in to post a comment.