You say you have the Lat/Long AND the address.
Are you wanting to show the Lat/Long location of the geocoded address location on the web map?
vijayashree,
You will have to create an address locator through ArcCatalog using your shapefile as the source,then publish this a geocode service to your arcgis server. You then can consume this service in your web application. Flex has a widget that can be configured to work with our own geocode services, see the links below for more info:
http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000035t000000
http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Locate_widget/01m300000037000000/
Regards
Anthony
vijayashree,
You will have to create an address locator through ArcCatalog using your shapefile as the source,then publish this a geocode service to your arcgis server. You then can consume this service in your web application. Flex has a widget that can be configured to work with our own geocode services, see the links below for more info:
http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000035t000000
http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Locate_widget/01m300000037000000/
Regards
Anthony
vijayashree,
When you create your address locator in arc catalog you have a number of templates that you can use, see here:
http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Commonly_used_address_locator_styles
There is one that works for US Cities and States but looking at your data you will need to create an extra column with the City name in it, extracting this from the column FACILTY_M should be simple enough using an expression in the field calculator.
Also is this just a sample of your data as you only have one state which is abbreviated to 'NC', so searching on city and state would be a bit of a waste of time, you could just use a single address locator against your city name.
Regards,
Anthony
Amendment - Sorry but I do not have access to ArcMap at the moment so I have extracted the City names for you in Excel attached is the .xls file, you can link this to your original shapefile in ArcMap and use the calculate field to copy over the values in City in to a new field in your shapefile.