How to convert string to int?I know convert.ToInt32 is used.But it fail.Error is input string is not in proper format. String s1 = "12.00"
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-...