Hi,
My requirements are When a delete button in clicked in UI, it have to delete all the data associated with that account. (I can use a primary key to delete data).
The thing is if delete button is clicked, I have to show a warning pop up with some alert test and two button on it (proceed, cancel), if proceed it delete entire data in database for that primary key. If cancel nothing.
I thought of using Sweet alert which I re-modified from this url :
Delete ASP.Net GridView row with Sweet Alert confirmation using SweetAlert plugin in C# and VB.Net
But my existing html page got wired (text are wider and table are bigger). So any code related to my requirement is welcome maybe in modal, message box anything.
Thank you.