using SteamWare; using System; using System.Web.UI; namespace CMS_SC { public partial class AnagSchedeColl : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ((Bootstrap)this.Master).showSearch = true; mod_righePag.numRowPag = 20; mod_anagSchedeColl.pageSize = mod_righePag.numRowPag; } mod_righePag.eh_newNum += mod_righePag_eh_newNum; } /// /// wrapper traduzione /// /// /// public string traduci(string lemma) { return user_std.UtSn.Traduci(lemma); } void mod_righePag_eh_newNum(object sender, EventArgs e) { mod_anagSchedeColl.pageSize = mod_righePag.numRowPag; } } }