Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 526.9k

Add Dynamicaaly Date column to Gridview on each row

Apr 24 2023 5:55 PM

Hi

  I have below data returned by Sql . Is it possible to add Date column to each row at the end

DataTable BookPlanning = sQLUtility.GeBookPlanning(BookCollection, StudentCollection).Tables[0];
                    if (BookPlanning != null)
                    {
                        grd.DataSource = BookPlanning;
                        grd.DataBind();
                    }

Thanks


Answers (4)