Hi,
I'm having trouble trying to update a table in SQL Server, from a page I created with Visual Web Developer.
Basically I have a Details View on the page assigned to an SQLDataSource, I have told it to generate the insert, update and delete syntax, and set the DetailsView to show the Edit button etc.
But when I run through, click Edit, change a value, click Update. Nothing happens, all the values are the same and nothing is updated in the SQL Server table.
Is there any other thing that I need to be doing to get this to work?
Thanks
I'm having trouble trying to update a table in SQL Server, from a page I created with Visual Web Developer.
Basically I have a Details View on the page assigned to an SQLDataSource, I have told it to generate the insert, update and delete syntax, and set the DetailsView to show the Edit button etc.
But when I run through, click Edit, change a value, click Update. Nothing happens, all the values are the same and nothing is updated in the SQL Server table.
Is there any other thing that I need to be doing to get this to work?
Thanks