Paths like this... how to change?

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hello,

I have a webcontrol that have to change this path:
~/Image/NotAvailable.gif

For the function System.Drawing.Image.FromFile().
I can not use Server.MapPath()

Are there other options?

Thanks!
 
Arjen said:
Hello,

I have a webcontrol that have to change this path:
~/Image/NotAvailable.gif

For the function System.Drawing.Image.FromFile().
I can not use Server.MapPath()

Why can't you use Server.MapPath()?
 
Back
Top