jQueryUIConfirm is the simplest way to integrate jQuery UI dialog as confirmation window on an Asp.Net website. No more hugly javascript confirm! To work with it you haven’t to write a line of javascript, it’s built as custom control exposing many attributes to configure it, as a standard Asp.Net control, so you’ve only to set the title, the message and indicates the server id of the button you want to link. You can include html into win...