Hi All
I have three layers one is of type polygon and other are point , i am trying to do buffer query which will do following task
1) i have dropdown where all the ID's of point layer are there, select any id and user can also enter buffer area in a text box , finally click on button it should find in which polygon selected point is located.
2)On ID selection from dropdown it creates buffer area around that point now i want to get ID,s of all the polygon(layer) under buffer area , and also nearest place(point layer)
i saw(explored) sample for buffer query and spatial query on ESRI site , but its on map mouse click event . and i also tried to write code after first query execute completed event but it does not reach there .
Plz help me ,