Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!base.IsPostBack)
     {
         if (base.Request.QueryString["SID"] != null)
         {
             this.HidSid.Value = base.Request.QueryString["SID"];
         }
         PubFunction.BindShopArea(this.sltShopAreaID, true);
         this.Set_ShopInfo();
     }
 }