Link to home
Start Free TrialLog in
Avatar of Dnx_7
Dnx_7Flag for Belgium

asked on

Edit row programmatically with gridview

Hi expert

i need to update a row programmatically

i use the gridview_updating handle but i don't how to retrieve the value edited

how can i do that

it's quiet urgent, thank you in advance

regards
ASKER CERTIFIED SOLUTION
Avatar of samtran0331
samtran0331
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dnx_7

ASKER

i don't know how the id of the textbox of the gridview?

how can you retrieve it?

regards
Avatar of Dnx_7

ASKER

do u have sample code?

i'm stuck...

regards
Avatar of Dnx_7

ASKER

ok i find the solution :

CType(Me.Gridview.Rows(e.RowIndex).Cells(2).Controls(0), TextBox).Text

thanks to put me on the right way