var labelType = FormView1.FindControl("MeasGlobalStatusLabel").GetType();
var statusLabel = FormView1.FindControl("MeasGlobalStatusLabel") as Label;
Přidej si tam ten vrchní řádek a na spodní dej breakpoint, co bude po spuštění v labelType?var labelType = FormView1.FindControl("MeasGlobalStatusLabel").GetType();
var statusLabel = FormView1.FindControl("MeasGlobalStatusLabel") as Label;
Přidej si tam ten vrchní řádek a na spodní dej breakpoint, co bude po spuštění v labelType?