protected void timerLocation_Tick(object sender, EventArgs e) { ScriptManager.RegisterStartupScript(this, this.GetType(), Guid.NewGuid().ToString(), "GetLocation()", true); OFMS ofms = OFMS.GetInstance(); Requisicao atendimento = ofms.GetRequisicaoRealizada(Base.SessaoUsuario.ID); if (atendimento != null) { multiview.ActiveViewIndex = VIEW_RESPOSTA_ATENDIMENTO; } }