hi all<br>I am developing mapserver and <a href="http://asp.net">asp.net</a> and my database is shapefile<br>i have problem when change color object line<br>EX: layer DNO_th2 is Line<br>objMapServer = new mapObj(strFile);<br>
<br> layerObj objlayer = objMapServer.getLayerByName("DNO_th2");<br><br>objlayer.open();<br>shapeObj objshap = objlayer.getFeature(431, -1);<br><br>How can i change color this object to orther color ?<br>