I have a table which does not have an identity field.
When I need to update a row, I will pass in both old values and new values in the query to make sure I am updating the correct row.
If I have a gridview bind to the table, is there a way to update a row? Or I must add an identity field to get it work.
Thanks in advance.
When I need to update a row, I will pass in both old values and new values in the query to make sure I am updating the correct row.
If I have a gridview bind to the table, is there a way to update a row? Or I must add an identity field to get it work.
Thanks in advance.