function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Veda ArvindVeda Arvind 

Pagination with selected picklist values in Visualforce Page.

Hi all,
I have one input field of type picklisk in visualforce page,now if i select any picklist value then i want records to display releated to that picklist value with pagenation, if result having more than 10 records.

Note:I dont want button to click for getting the result,It should be onchange using <apex:actionsupport> tag or any other tag.

Thanks.
 
Mudasir WaniMudasir Wani
Hello,

Here is a similar post .
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BK6tIAG

let me know in case of any question