Hi,
I have a Mapserver that contains only one Layer. I load the layer to a FeatureLayer. When i initialise featurelayer, no problem. But when i update FeatureLayer it is failed. Because the layer has more than 3000 record. I open Mapserver query limit from 1000 to 4000 but no solution. If i set featurelayer where property to specific record no problem about update. Because of this, i think problem is
about record size.
I am using FeatureLayer to handle MouseLeftButtonDown event and take graphic directly. Do you have any idea to solve this
problem. Thanks in Advance