Thank you for your reply. I see that the example allows the user to select points with the mouse. Is there a way to select points in the feature layer programmatically? In my case, the points represent people. The user will select from an age range drop down menu. For instance, if they select "Under 20", then the application will need to query the layer for all of the points with age less than 20 and display them.
Thank you