|
-
Nov 19th, 2002, 01:26 PM
#1
Thread Starter
Hyperactive Member
updateCommand of datagrid
hi,
Do you know hwo to get the changed value out of the datagrid?
I did the code like this to get the changed name, but it still gave me the old value.
Dim namebox As TextBox
namebox = CType(e.Item.Cells(1).Controls(0), TextBox)
Dim name As String = e.Item.Cells(1).Text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|