I want to ask that when i come to page where i have my gridview control i need to update according to one specific id.for example i have my gridview control on control page1.ascx i have some other gridview control on page2.ascx where there can be many rows; when i select row from page 2.ascx it should give me same selected row data on gridview on pag1.ascx. Gridview on page1.ascx will have only one specific row against id of row of gridview on page2.ascx.
how to do it what is the event of gridview to do this? i am using webuser control...