Guest User

Untitled

a guest
Jul 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if (!IsPostBack)
  2. {
  3. Session["refresh"]="1"
  4. }
  5.  
  6. if(Session["refresh"].ToString()=="1")
  7. {
  8. Response.Write("<script type='text/javascript'>locaton.reload()</script>");
  9. Session["refresh"]="0";
  10. }
Add Comment
Please, Sign In to add comment