Results 1 to 2 of 2

Thread: Datagrid binding and editing

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2000
    Location
    Tennessee
    Posts
    279

    Datagrid binding and editing

    I have a datagrid that is bound at design time in an ASP.NET form. I have five columns in the datagrid that are text boxes. I want to pull values from these five text boxes and use them as parameters in stored procedures. However, when run it in debug mode and I edit one of the text boxes (change the value from a 1 to a 2) and step through the code the value it shows is the original 1, not the 2 that I just entered. Is this a "feature" of databinding? Any help would be appreciated.
    A cynic knows the price of everything but the value of nothing.

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    I'm going to save it hasn't been stored in the db yet so it hasn't actually changed. But, I don't really know.
    Magiaus

    If I helped give me some points.

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