| |||||||||
PagerPosition EnumerationSystem.Web.UI.WebControls Namespace Specifies the position of the pager in a control that supports pagination. Members
RemarksThe PagerPosition enumeration represents the possible values that can be passed to the Position property of a PagerSettings object. ExampleThe following example demonstrates how to programmatically set the PagerSettings.Position property at run time. This simple script dynamically changes the position of the pager based on the state of a CheckBox named chkTop. plansGrid.PagerSettings.Position = ( chkTop.Checked ) ? PagerPosition.Top : PagerPosition.Bottom; See Also |
| ||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme