User-1578974752 posted
After message box how can I refresh the form
ClientScript.RegisterStartupScript(Page.GetType(),
"alert",
"alert('Approved.');",
True)
or After opening a crystal report using response.write, how can I refresh the whole asp.net forum,so that the updated status (Approved) will show in the form
Response.WriteFile(String.Format("C:\inetpub\wwwroot\abc\efg\Reports\Slip\Report{0}.pdf",
Convert.ToString(delsearch.Text)))
if I use
Response.Redirect(Request.RawUrl) after the report opening code then ,page is refreshing and showing Approved status ,but the report is not opening. Thanks