Hi everybody,
I started by the DrwaingFeatures Event handler to filter the features drwan on my map according with the value of some checkboxes and comboboxes the user interacts with; and all works fine
Now I need to tell the user "well with your custom filters you obtained 500 features on the map" and here is the problem
I checked out that when the drawingfeatures event is fired the page has already been rendered and I found no way to display the features count
In your sample "GetFeaturesCount" you display the count on a button handler, but I need something automatic
How can I accomplish this?
Thanks in advance
andrea