Results 1 to 12 of 12

Thread: [RESOLVED]textbox in GridView not getting new value

Threaded View

  1. #3

    Thread Starter
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548

    Re: textbox in GridView not getting new value

    [please ignore the mulitple duplicate posts - something with the server was stalling and my clicks ended up - moderator might want to look at the cause and effect of double-clicking the 'Submit post' button.)

    i should be able to run this code at any time to get the value from the textbox.



    Code:
    for each row as gridviewrow in gridview1.rows
      dim sNewValue as string = ctype(row.cells(2).findcontrol("mytextbox"),textbox).text
    next

    I have done it this way in the past without a hitch...
    Last edited by ZeBula8; Jul 28th, 2007 at 10:13 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width