I have a flower.gif file in the given folder "C:\documents and settings\abc\Visual studio\Proj\namecontrol"

Now that on the client side, button click of an event calls this image. How to set relative path to this so that it can accessed from anywhere.

I have tried Environment.CurrentDirectory and as well as System.Reflection.Assembly.GetAssembly() methods, both did not produce the result that i need.


All that i want is to access the applciation path which is "C:\documents and settings\abc\Visual studio\Proj\" as relative path from client side