Click here to Skip to main content
16,020,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a button in a aspx page which opens a grid view in a popup.
I have to select a particular row in the grid view and pass the selected row data to the parent page in asp.net.
For eg: I have to bind the selected row data to the textbox in the parent page.
I am not sure how to do this with jquery or javascript? Please tell me what needs to be done.
Posted

1 solution

You can easily do this using GridView.SelectedIndexChanged Event[^]. You can get the SelectedRow and all it's Column values.
 
Share this answer
 
Comments
Member 10755410 30-Jun-14 1:54am    
i can get the row data from this event, but i am not able to pass them to the parent page. that i s where i am stuck with? i have to populate them in text box in the parent page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900