Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.56 KB | None | 0 0
  1. {
  2.     ClsFunciones funciones = new ClsFunciones();
  3.     private CatcusuarioDto usuarioDto = null;
  4.  
  5.     protected void Page_Load(object sender, EventArgs e)
  6.     {
  7.    
  8.      int   usuarioDto = (Int16)Convert.ToInt16( Session["PkUsuario"]);
  9.         if (usuarioDto == null || usuarioDto ==0)
  10.         {
  11.             string strPagina = "http://" + Request.ServerVariables["HTTP_HOST"] + "/" + ConfigurationManager.AppSettings.Get("VDIRECTORY") + "/";
  12.             Response.Write("<script type=\"text/javascript\">parent.location = '" + strPagina + "';</script>");
  13.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement