I have the following code to open an excel sheet
{
}
axMappointControl1.NewMap(MapPoint.
MapPoint.
+ conString +
The code is returning an error for conString, " The name 'conString' does not exist in the current context."
I want to be able to select the excel file from an OpenFileDialog and then use the filename as part of the connection string.
Where am i going wrong with this?
Please help.