HI,
I am trying to show my data that is in the form of
2/2/2
or
1/1/12
I know how to transfer data from ASp.net to Excel. but the problem i am currently facing is that when i pass this kind of data to the excel. it changes it to a date.
i.e
if i want to show 2/2/2 it will appear like 2/2/2000 in Excel
I am using
Response.ContentType = "application/vnd.ms-excel"
to show data in excel.
Can any body help me out.
Regards,
QasimRaza
I am trying to show my data that is in the form of
2/2/2
or
1/1/12
I know how to transfer data from ASp.net to Excel. but the problem i am currently facing is that when i pass this kind of data to the excel. it changes it to a date.
i.e
if i want to show 2/2/2 it will appear like 2/2/2000 in Excel
I am using
Response.ContentType = "application/vnd.ms-excel"
to show data in excel.
Can any body help me out.
Regards,
QasimRaza

