home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML DIR=LTR> <HEAD> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <TITLE>PagedDataSource.AllowCustomPaging</TITLE> <SCRIPT src="vs70link.js"></SCRIPT> <SCRIPT src="vs70.js"></SCRIPT> </HEAD> <body topmargin="0" id="bodyID" class = "dtBODY"> <object id="obj_cook" classid="clsid:59CC0C20-679B-11D2-88BD-0800361A1803" style="display:none;"></object> <div id="nsbanner"> <div id="bannerrow1"> <TABLE CLASS="bannerparthead" CELLSPACING=0> <TR ID="hdr"> <TD CLASS="runninghead" nowrap>NGWS SDK Documentation</TD> <TD CLASS="product" nowrap> </TD> </TR> </TABLE> </div> </div> <DIV id="nstext" valign="bottom"> <br> <font color=ff0000 size="1"><i>This is preliminary documentation and subject to change.</i></font> <br> <font size="1"><i>To comment on this topic, please send us email at <a href="mailto:ngwssdk@microsoft.com">ngwssdk@microsoft.com</a>. Thanks!</i></font> <br> <br> <H1 class="dtH1"><A NAME="frlrfsystemwebuiwebcontrolspageddatasourceclassallowcustompagingtopic"></A>PagedDataSource.AllowCustomPaging</H1> <P>Whether to assume the underlying datasource contains data for just the current page. This is only applicable if AllowPaging is true. In this scenario, the developer can fetch just the right number of items from the DataSet to fill up a single page, which may be more efficient based on the source of the data.</P> <PRE class="syntax"><SPAN class="lang">[Visual Basic] </SPAN><B>Public Property AllowCustomPaging As Boolean </B><SPAN class="lang">[C#] </SPAN><B>public bool AllowCustomPaging {get; set;} </B><SPAN class="lang">[C++] </SPAN><B>public: __property bool get_AllowCustomPaging(); public: __property void set_AllowCustomPaging(bool); </B><SPAN class="lang">[JScript] </SPAN><B>public function get AllowCustomPaging() : Boolean; public function set AllowCustomPaging(Boolean);</B></PRE> <H4 class="dtH4">See Also</H4> <P><A href="frlrfsystemwebuiwebcontrolspageddatasourceclasstopic.htm">PagedDataSource Class</A> | <A href="frlrfsystemwebuiwebcontrolspageddatasourcememberstopic.htm">PagedDataSource Members</A> | <A href="frlrfsystemwebuiwebcontrols.htm">System.Web.UI.WebControls Namespace</A></P> <div class="footer"> <p> <center><font color="navy" size="1">Build number 1812.</font></center> <p> </div> <div class="footer"> <br> <center><font size="1"><a href="copybeta_nonconfidential.htm">© 2000 Microsoft Corporation. All rights reserved.</a></font></center> <br> </div> </div> </BODY> </HTML>