Plz help me:
I have saved one image in my table, while retrieving that image i got the image path with '\\' insted of '\'. how can i remove one'\ from '\\'
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 14, 2012, 4:28 AM
Santhosh Kumar JayaramanPosted Sep 14, 2012, 1:57 AM
String path="C:\\Users\\";
path.Replace("\\","\");
To know more check msdn http://msdn.microsoft.com/en-us/library/fk49wtc1.aspx