UpdateCommand = "Update Anagrafe SET Centro = @Centro WHERE (ID = ????) "
che sintassi devo usare per passare l'ID selezionato alla query?
ID è
<asp:BoundField Datafield="ID" HeaderText="ID" readonly="true" />
UpdateCommand = "Update Anagrafe SET Centro = @Centro WHERE (ID = ????) "
che sintassi devo usare per passare l'ID selezionato alla query?
ID è
<asp:BoundField Datafield="ID" HeaderText="ID" readonly="true" />
metti un altro parametro...che problema c'è ?
Codice PHP:UpdateCommand = "Update Anagrafe SET Centro = @Centro WHERE (ID = @ID) "