I am exporting a gridview to excel. I have a column of ID numbers that are 1.1, 1.2, 1.3, 2.1, 2.2, etc. When it gets up to 1.10 or 2.20, it drops off the zero in excel, because it thinks it is a number not a string. How do I prevent this from happening?