Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     bll = new SOSOshop.BLL.Logs.Log(DropDownList1.SelectedValue);
     if (!IsPostBack && isBrowse())
     {
         StartLoad(1, null);
     }
 }