3
Reply

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

Narasimha Murthy

Narasimha Murthy

May 21 2013 6:37 AM
8.1k
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)