How to copy data from one gridview to another grid
Hello, I have gridview1 on a page that displays reults from a dropdownlist via a sqldatasource. I would like to copy two columns of data from gridview1 and copy them to another gridview1 on another page where I can. I have been reading a lot of articles on the web but, am not sure how to get started declareing a session variable and assigning it so the information can be copied to the next page.
Thank you,
|