Hi,
I have a text field that is use for the zip code when the field is stored in the database it has a leading zero.
example 01234. The problem happings when I used
Response.ContentType = "application/vnd.ms-excel"
to create a excel report the leading zero don't displays
so the number above displays 1234
any help will be appreciated
Thanks