×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: ASP
Posted by: Mario Lopes
Added: Nov 21, 2019 5:22 PM
Views: 4144
Tags: usercontrol
  1. Label edificio = (Label)topo.FindControl("lblEdificio");
  2.         edificio.Text = Session["edificio"].ToString();