How can i save selected rows of a gridview (appearing inside javascript pop up page) into another gridiew (appearing inside "other" java script pop up page) on SAVE button click??
Directly you cannot. You will have to save the GridView Rows in a DataTable and the DataTable in Session and then populate the other GridView using the DataTable from Session
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.