Interview Question in Visual Studio 2008
Interview Question :: How do I update and delete data in a database programatically using cSharp and LINQ on Visual Studio 2008 |
Right now I have the insert statement correct. I'm trying to get paging,update and delete to work but i get really retarded errors.
I completed this project already using the autogenerated code from the datasource wizard, but i want the code to be in the .cs form not the .aspx form.
Basically the update/delete is supposed to edit the information in the row that is being shown and leave the others alone. Any suggestions? |
|
|
|

Loading ...