S
sweetpotatop
Hi,
I have a page written in C# asp.net, which allow users to select and
delete records.
Once user selects the record to be deleted, I will confirm with the
user, something like "Are you sure you want to delete the selected
records?"
If yes, I will go and delete the record from SQL. How can this
confirmation and deleting process be done?
those selected records from the server?
Thanks in advance. Your advice and help would be greatly appreciated.
I have a page written in C# asp.net, which allow users to select and
delete records.
Once user selects the record to be deleted, I will confirm with the
user, something like "Are you sure you want to delete the selected
records?"
If yes, I will go and delete the record from SQL. How can this
confirmation and deleting process be done?
but then how can I transfer the response back to the server and deleteFrom what I understand, I need javascript to confirm with the user,
those selected records from the server?
Thanks in advance. Your advice and help would be greatly appreciated.