follow the example in
SimplePager and find that the last button >> is unenabled, so user need to step page by page until the end.
I want to know how to enable the last button of simplepager?
I see the showcase source and there is one statement
I know the last parameter cause the last button to show, but what is SimplePager.Resources? any example to create it? or could I pass a null to it if I have not any SimplePager.Resources?
Harendra Kumar
Greenhorn
Joined: Jun 28, 2009
Posts: 2
posted
0
Checkout the other overloaded constructors for simplePager. Below one give access you enable or disable fastforward button.
The resources are here the the Images and Css resources that are used by simplePager.
subject: how to enable the last button of simplepager?