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

Sending data to controller with ajax in ASP.NET Core – Jquery ajax

I can't send the data to the controller with ajax. goes "null". please help me. my html codes: <div class="modal fade" id="sagTikMenuKategoriGuncelleModal" data-bs-backdrop="static"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header" style="font-weight: 600; color: rgb(157, 163, 173); background-color: rgb(248, 248, 248);">…

VIEW QUESTION
Back To Top
Search