Hi ,
In my code on downloading file, save dialouge box (open,save and
cancel)isplayed But after the execution of Response.BinaryWrite(),i want my page to
be posted back,but it is not working.
I tried the follwing code but no effect..
1. ScriptManager.RegisterStartupScript(this, this.GetType(), "DownloadPostback", "javascript:__doPostBack('lnkButtonPostback','')", true);using Response.Redirect(
2.Response.Redirect("Default.aspx")
Pls give a solution
...
Go to the complete details ...