See This

Sanjay Verma replied to Partha Chakraborty at 09-May-08 01:09

Its quite easy but time consuming.

Put the control what you want in the footer of your gridview.
Now bind the data of your gridview from the database.
you might be taking that data in a datatable or dataset right?
So now make one datarow. add the colums to that datarow which you are fetching from database.
fill that column values with your control values. Add those column values to row.
and bind the datagrid again with this new values.

If you want to generate a new datatable for that,, then assign the values of your dataset table to this newly generated table.




Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Problem using gridview in tha time of adding - Partha Chakraborty  08-May-08 09:43 9:43:05 AM
      Re: - Aravind Kumar  08-May-08 11:58 11:58:48 PM
      See This - Sanjay Verma  09-May-08 01:09 1:09:51 AM
View Posts