Basically you would need this (Column is the name of the column to query, Where is the value entered):
bResult = m.getLayer(Layer.Index).queryByAttributes(m, Column, Where, MSUtil.QUERY_TYPE.MS_MULTIPLE) img = m.drawQuery Then you'd need to dump the image somewhere, but you probably already have that covered... Hope that helps, David Lowther -----Original Message----- From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On Behalf Of Veera S.Davan Sent: Wednesday, May 16, 2007 1:52 AM To: [email protected] Subject: [UMN_MAPSERVER-USERS] highlight Query in c# mapscript i want code for locatebyattribute in c# ie when user enters the value in the textbox,the related data must be displayed in the table and also related features must be zoomed on the map plz tell me the code in c#
