My image name is; "1#34DEMO34#13012020#151037.jpg"
The image name automatically creates from the camera.
1 = CameraID
34DEMO34 = Plate
13012020 = ddMMyyyy
151037 = HHmmss
I test it;
<div style="bacground-image: url(1#34DEMO34#13012020#151037.jpg) width:200px; heig...." ></div>
<image src="1#34DEMO34#13012020#151037.jpg" />
<asp:Image ImageUrl="1#34DEMO34#13012020#151037.jpg" />
The name have 3 '#' character. If I change one '#' to '_' is work.
But I can't change it because another application use this images.
How can I show this images on my page ?