7
Answers

Convert Girdview into Datatable

Photo of Ramco Ramco

Ramco Ramco

1y
599
1

Hi

  I have below gridview . I want to convert it into DataTable

 <asp:GridView ID="grdPlanning" class="table table-bordered" runat="server" onsorting="grdPlanning_Sorting" AllowSorting="True" OnRowDataBound="gr_RowDataBound" OnRowCommand="grdPlanning_RowCommand" AutoGenerateColumns="true">

Thanks

Answers (7)