Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. HiddenField vhdfCdTipoUsuario = null;
  2.  
  3. vhdfCdTipoUsuario = (HiddenField)e.Item.FindControl("hdfCdTipoUsuario");
  4.  
  5. if ((vhdfCdTipoUsuario.Value != Session["DsTipoUsuario"]) && (Session["DsTipoUsuario"] != null))
  6. vhdfCdTipoUsuario.Value = Session["DsTipoUsuario"].ToString();
  7.  
  8. Object reference not set to an instance of an object.
  9.  
  10. vhdfCdTipoUsuario.Value = Session["DsTipoUsuario"].ToString();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement