End Google Ads 201810 - BS.net 01 --> This is probably pretty simple, but I'm a bit unsure of how to approach this. I have a path to a particular bmp file in my C# code. I want to display this picture in my HTML page. How would I pass this path to the HTML code instead of hardcoding the path?


C#:

string filePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\temp.bmp";

HTML (hard coded at the moment):

[IMG]http://www.barakasoft.com/forum/C:\\Users\\L****\\AppData\\Local\\Program\\temp.bmp[/IMG]