3
Answers

how to write confirmation message box in asp.net c# in code

Narasimha Murthy

Narasimha Murthy

11y
8.1k
1
Dear Developers

I want to write code when we  click on yes button in 'Are sure you delete ? '  then we will perform delete operation in button1.click() Event 

//

if(yes)
{

   delete operation ;

}
else
{
  
}
Answers (3)