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.
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
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.