Link to home
Start Free TrialLog in
Avatar of cdemott33
cdemott33Flag for United States of America

asked on

Help with Update statements using a TableAdaptor

I'm new to using TableAdapters for my DAL so please bear with me.  I really looking for some expert help.  

I have a form that I've created on my ASPX page where you can click on a field you would like to update.  When you click it a single textbox appears with the original value within it and a update button.   When you click the update button it only updates that single field.

Within my TableAdaptor I created a bunch of Update Methods to handle these individual column updates.  Is this the best way to approach this situation?  (See my screenshoot)

Your advise and suggestions are greatly appreciated.  Thank You. User generated image
ASKER CERTIFIED SOLUTION
Avatar of GlobaLevel
GlobaLevel
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 cdemott33

ASKER

I'm sorry, but I'm not sure I understand what you're asking me.  I need help Updating.
Turns out that the code is fine, there was a problem with the TableAdaptor.  Once I rebuilt the adaptor the update function worked.  Thanks for your help.