skip to Main Content

hide column in an asp.net listview?

I have below list view , how can i hide column by code behind ? <asp:ListView ID="AuditLogListView" runat="server" OnItemCreated="AuditLogListView_ItemCreated"> <LayoutTemplate> <table class="table table-striped table-bordered small"> <tr class="table-secondary"> <th id="BlockHeader" runat="server" style="white-space: normal;"> <asp:Literal ID="BlockHeaderLiteral" runat="server" Text="<%$ Resources:AppResources, AuditInformationBlockHeader %>" />…

VIEW QUESTION
Back To Top
Search