i have a gridview that is binded to sqldatasource both are invisible and there is another gridview that is visible, using a modalpopup asp.net ajax conrol extender,using this extender when clicking a button the invisble gridview appears with number of rows,what i need is that when i select any row of the invisible gridview it must appear in the visible gridview but at same time removed from the invisible one ...
i did every thing but i cannot remove the selected row at run time, it wil be removed if i run the program again..
i will be greally glad if you can help, if there is some function related to the sqldatasource that can can refresh the gridview in runtime