how to transfer data from one gridview to another gridview page
-
hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...
-
hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...
Hi, you can create a temp table to insert the Selected Rows and when you redirect to the other page select thoses rows for Db and put them in the datatable to be a datasource for the GridView. Good luck ;)
-
hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...
You can maintain the data in DataTable or Collection. Assign the values to the Session object and retrieve it in the next page.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>