Nitol Biswas

Nitol Biswas

  • NA
  • 173
  • 27.4k

Asp.net Confirm Box

Feb 4 2019 10:48 PM
How I can I handle this logic in asp.net webforms
 
  1. protected void btnSelectInvioces_Click(object source, EventArgs   
  2. {  
  3.     try  
  4.     {  
  5.         // some code here  
  6.         if(a == b)  
  7.         {  
  8.             // open confirmation box  
  9.             if(OK)  // if click ok button of confirm box  
  10.             {  
  11.                 // proceed further...  
  12.             }  
  13.         }  
  14.     }   
  15.     catch()  
  16.     { }  
  17. }  
 
Thanks 
 
 

Answers (2)