Hi
inside my gridview, I have a column AccountNumber.
In the edit mode, i use the CellEditTemplate with a TextBox to let the user type in value.
Can anyone tell me a way to retrieve the value has been typed in the cell? I need that value in order to show a popup window which will filter the corresponding available list of AccountNumber.
thank you