DataGrid error update

condor

Member
Joined
Mar 11, 2006
Messages
20
Programming Experience
1-3
I had a problem with dataGrid when i tried to made an Edit to the database it dosent accept .. also there is no error .... it's accept only the change for the textbox values.. i attached my code ..
 

Attachments

  • ahdh.zip
    10.3 KB · Views: 32
The first thing to here is to take out all that unreadable string concatenation in your oledbcommand, and use parameters instead. the posat back with the code.
 
Back
Top