To show popup in WEB application

  1. Response.Write("  
  2. <html>  
  3.     <head>  
  4.         <script type = 'text/javascript'>alert('Data Inserted Successfully.')</script>  
  5.     </head>  
  6. </html>");