I need to read a number in the following format to 1000 and convert currency. Note that number above "1000" realy would be 10.00. Is there any method to convert this format?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...