ASP.Net transferring text from child to parent gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
There are two ASP.Net pages. Page-A contains GridView control, whenever user adds a new row or edit existing row can see an image, on click of image a new window pops-up which contains a textbox and a button. Whenever user types something in textbox and presses the button the text should be transferred back to the EDITABLE or NEW Row in GridView in one of the textbox controls. Now the problem is how to do that. Thanks.
The Phantom.