Hi,
Let's say i have 2 pages (page1 and page2) and ImageButton.
Is it possible to transfer gridview data of page1 to gridview of page2 when button is clicked using PostBackUrl ?
NB: Gridview of page2 is empty
Thanks in advance.
Hi jamess,
For that you can use the session. Store the DataTable/DataSet to session variable that you are binding to page1 gridview and then retrive the session in page2 to DataTable/DataSet. Then bind the DataTable/DataSet to gridview.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.