Thursday, September 11, 2008

Popup a save dialog box along with refreshing the same page

insert a label on the page which is visible-false

when you need to pop the save dialog box.
insert "" into the label text and make the control visible.

this will result in pop up of dialog box (because of iframe, it is treated as a separate request) and refresh the page too.

No comments: