hi Gary , long time, hope you are fine.
i was also suprised why it does not work, but i changed the code to this
and it workedCode:SavetoDB(Values) 'Code that saves to the DB Page page = HttpContext.Current.Handler as Page; ScriptManager.RegisterStartupScript(page, page.GetType(), "err_msg", "CloseOnReload();", true);




Reply With Quote