anybody knows how to transfer a value from a grid in a modal popup to a textbox on the page? When you click on a value from the grid view the value should be transferred to the textbox…..

In the click event of the grid, set the textbox's Text property to the value in the grid row or cell (whichever you want to transfer).

powered by Yahoo Answers

One comment for “anybody knows how to transfer a value from a grid in a modal popup to a textbox on the page? ASP.NET?”

1
Colanth

In the click event of the grid, set the textbox's Text property to the value in the grid row or cell (whichever you want to transfer).
References :

June 28th, 2009 at 12:16 pm

Laeave a Reply