<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.PagerAjax" %> <% if (this._PageList.Count > 1) { %>
<%if (this._MinRecord < this.RecordCount) { %>
第<%= this._MinRecord%>-<%= this._MaxRecord %> /<%= this.RecordCount %>
<%}else { %>
<%= this._MaxRecord %>/<%= this.RecordCount %>
<% } %>
<% } %>