using SteamWare; public partial class mod_pageTitleAndSearch : ApplicationUserControl { #region Protected Fields protected string _titolo; #endregion Protected Fields #region Protected Methods protected override void traduciObj() { DataLayer_AnagGen.PermessiRow riga = (DataLayer_AnagGen.PermessiRow)user_std.UtSn.permessi.Select(string.Format("URL = '{0}' OR URL = '{0}.aspx'", _paginaCorrente))[0]; _titolo = riga.NOME; lblTitolo.Text = traduci(_titolo); } #endregion Protected Methods }