@using ZoomLa.BLL.Shop @functions{ //public int OrderType { get { return DataConvert.CLng(Request.QueryString["OrderType"]); } } //private void MyBind() //{ // OrderType_DP.SelectedValue = OrderType.ToString(); //} } @{ B_Store_Info stBll = new B_Store_Info(); DataTable storeDT = stBll.SelPage(1, 100, new F_StoreInfo() { }).dt; } @section head{