ERROR : URI formats are not supported
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
error : URI formats are not supported strPath = "http://localhost/website/Hamdler.ashx?ImgNo=121" Bitmap objImage = new Bitmap(strPath);
Best Regards, Trishul Tandel Software Developer
-
error : URI formats are not supported strPath = "http://localhost/website/Hamdler.ashx?ImgNo=121" Bitmap objImage = new Bitmap(strPath);
Best Regards, Trishul Tandel Software Developer
You can not pass Web Url in strPath, You have to use local path.
Best Regards, Chetan Patel
-
You can not pass Web Url in strPath, You have to use local path.
Best Regards, Chetan Patel
but how i handle that situation
Best Regards, Trishul Tandel Software Developer