database update problem usig visual studio.net c#

  • Thread starter Thread starter Shweta Agnihotri
  • Start date Start date
S

Shweta Agnihotri

I created a mock databse table caleld custifo. it has
customer infformation like name, address etc. In visual
studio.net, I created a form that would allow users to
input the last name have all the related information of
the customer come up. If they need to make any changes in
the information, they simply make the changes and hit the
update button. But Ihave noticed, any changes made do not
get saved after hittin update'! same old information comes
up. Please do tell me what is worng. I am new to visual
studio.net, have not done any programming earlier (from
industrial engg background :)..hence the silly question!

Also if I want to add new customer information to the
table from the 'user interface', can I just put in the
information and hit update? and it will created a new row
in the table? I dont think it sounds logical, just want to
confirm it :)

Thanks so much.
 
WTF?

Look, in order to help we gotta see some code. No offense, but it sounds
like your taking the "Visual" part of studio too literally. What is the
code behind that you are using to update the data? Are you using text
boxes, grids, custom controls or what?

Nick Harris, MCSD
http://www.VizSoft.net
 
Back
Top