popup window

Discussion in 'ASP.NET Starter Kits' started by eddy, Nov 29, 2010.

  1. Hi,
    Please what do i do so that a popup window will come up when a user wants to perform an action, e.g delete a record. The popup window will ask: Are you sure you want to delete.
    Its for a web application and i'm using vb.net. thanks
     
  2. ...You may want to look at jQuery or the Ajax ControlKit for this.
    Doing it with code is probematic due to browser and local filters.
    Search https://www.codeplex.com/
     

Share This Page