Files
MoonPro.net/MP-TAB/WebUserControls/mod_elencoScarti.ascx.cs
T
2018-05-31 16:16:10 +02:00

22 lines
397 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MoonProTablet.WebUserControls
{
public partial class mod_elencoScarti : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
public void doUpdate()
{
grView.DataBind();
}
}
}