Results 1 to 2 of 2

Thread: [RESOLVED] new databound column not saving values

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Location
    Oklahoma
    Posts
    83

    Resolved [RESOLVED] new databound column not saving values

    I have added a new column to my bound datagrid table using sql server management.
    Added a new textbox to my form and using databinding, bound the textbox to the new column.

    Running my app I can enter text in the new textbox and if I save or move from the current row the text shows in the grid. But...after refreshing the grid or restarting the application, the text is no longer there.

    I have several bound textboxes that have and are still working properly on displaying from and saving to the table.

    Is there more to get a new column to save correctly than what I have described?

    Thank you in advance!
    Happy Holidays

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Location
    Oklahoma
    Posts
    83

    Re: new databound column not saving values

    Found it...I panic WAY to easy
    Went into the tables 'fillGetData' panel and using CommandText entry found that the new columns were unchecked. Checked them to be included.
    Working now.

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