Ramco Ramco

Ramco Ramco

  • 442
  • 3.4k
  • 528.6k

Gridview Data

Nov 6 2022 4:31 AM

Hi

  I am filling GridView data with following fields StudentName , STudentCode, Address thru stored procedure. I want to another field 'Marks' at runtime . Can it be done thru GridView RowDataBound

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

Thanks


Answers (2)