ans2007kumar 0 Light Poster

[img]http://i37.tinypic.com/hv6nvn.jpg[/img]
The image is stored in Image folder in the main directory problem is my GIcon is not able to access the image the path is coming from database ex="~\\Image\\gf.gif". What i am doing wrong please help me.

GIcon Icon = new GIcon();
                Icon.image = dr4["Icon_type"].ToString();
                Icon.iconSize = new GSize(12, 12);
                Icon.iconAnchor = new GPoint(6,6);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.