Beispiel #1
0
 protected void LoadData(string sortExpression)
 {
     MappingsCountry.SelectCountry(Convert.ToInt32(SessionHandler.MappingCountryPageSize), Convert.ToInt32(SessionHandler.MappingCountryCurrentPageNumber), sortExpression,
                                   this.PanelCountries, this.PagerControlCountries.PagerButtonFirst, this.PagerControlCountries.PagerButtonNext, this.PagerControlCountries.PagerButtonPrevious,
                                   this.PagerControlCountries.PagerButtonLast, this.PagerControlCountries.PagerLabelTotalPages, this.PagerControlCountries.PagerDropDownListPage,
                                   this.GridviewCountries, this.LabelTotalRecordsDisplay, this.EmptyDataTemplateCountries);
 }