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.
Please refer below articles
I hope this will help you out.
I like the following link http://www.aspsnippets.com/Articles/Pass-Selected-Row-of-ASPNet-GridView-control-to-another-Page.aspx
but its quite different from my requirement.
i want a situation where i don't need to click select button on each row.I will like to click send button and everything goes to a new page and take the place, overide or replace the existing empty gridview in page2.
Note this has to do with position page1 gridview in same position of page2 gridview
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.
let me ask this, is there anyway i can position gridview from page1 to stay in Panel1 of page2 without Panel1 moving away from its original position.
If there's a way to go about it then i think i have the solution to my requirement
I am not getting you, please explain in mode details.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.