You need to sign in to do that
Don't have an account?

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
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.