views:

197

answers:

1

I have an ASP.NET page that updates customer profile information. After updating and when the user clicks on Update button, i want to display alert message.

  1. Can we customize it to edit the MsgBox title?
  2. Can we edit the default msg that is displaying? If yes, Can anybody provide any samples.

I earlier used customized popup from AjaxToolkit. I have issues with that in IE6.0. So I don't want to go for that.

+2  A: 

I don't like the popup provided by the AJAX toolkit personally. I much prefer one of the jQuery plugins. You're likely to find these to be much simpler to set up and if you do run into trouble you're likely to find a lot more resources on the particular issue you're having.

Spencer Ruport
...and it might be a better user experience to use a growl rather than a popup.
adrianbanks
I agree, I really like the jquery dialog, the link is http://jqueryui.com/demos/dialog/ for demo and more information
Phill Duffy