2
Answers

Gridview Data

Ramco Ramco

Ramco Ramco

2y
569
1

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)