예제 #1
0
        protected void Page_Load(object sender, System.EventArgs e)
        {
            UsuarioLogueado(BLL.PermisosBLL.Web());
            lblUsuario.Text = usuario.ToString();

            txtResultado.Text  = WebmasterBLL.verificarDVHBase(usuario);
            txtResultado.Text += WebmasterBLL.verificarDVVerticalBase(usuario);
        }
예제 #2
0
 protected void btnVerificarH_Click(object sender, EventArgs e)
 {
     txtResultado.Text = WebmasterBLL.verificarDVHBase(usuario);
 }