Hello, I'm new member, Please someone help me..
I got image's address using Server.MapPath and returned it to .ImageURL of the ImageButton but it didn't work
I noticed later that if I added \\\ 3 backslashs "as a string" at the bigining of the address it would work properly, so is there anyway to add backslash to a STRING in C#, because the compiler doesn't accept any backslash in "\\\" string formats
Or how could we edit string properly before we insert it into address
and what is the exact format of ImageURL strings
I got image's address using Server.MapPath and returned it to .ImageURL of the ImageButton but it didn't work
I noticed later that if I added \\\ 3 backslashs "as a string" at the bigining of the address it would work properly, so is there anyway to add backslash to a STRING in C#, because the compiler doesn't accept any backslash in "\\\" string formats
Or how could we edit string properly before we insert it into address
and what is the exact format of ImageURL strings
Comment