Esempio n. 1
0
        protected void BindHotelRules()

        {
            Accomodation_ID          = new Guid(Request.QueryString["Hotel_Id"]);
            grdHOtelRUles.DataSource = AccSvc.GetHotelRuleDetails(Accomodation_ID, Guid.Empty);
            grdHOtelRUles.DataBind();

            GetLookUpValues();
        }