using System; using System.Web.UI.WebControls; using System.Data; public partial class control_GbookList : System.Web.UI.UserControl { DBClass db1 = new DBClass(); protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { this.Label3.Text = "1"; bind(); } }