Hi!
I'm creating an application using C# and I need to display one or more markers in a webBrowser object using Google Maps.
The problem is that I was thinking to create only one HTML file that I could change automatically everytime I need to display something. Like this I need to edit this file with the right code (HTML and JavaScript) and than open it in the webBrowser object. This file would be located on local disk and not on a public website.
Do you think that this is the best way to do this? If not, what do you think i should do?
If it is, how can I edit a HTML file using C#?
Here's an example:

Thanks in advance !!!
I'm creating an application using C# and I need to display one or more markers in a webBrowser object using Google Maps.
The problem is that I was thinking to create only one HTML file that I could change automatically everytime I need to display something. Like this I need to edit this file with the right code (HTML and JavaScript) and than open it in the webBrowser object. This file would be located on local disk and not on a public website.
Do you think that this is the best way to do this? If not, what do you think i should do?
If it is, how can I edit a HTML file using C#?
Here's an example:

Thanks in advance !!!