Ideally whatever is there in datatable as column would be exported..can you show what you have done to understand the issue
Cheers
Ideally whatever is there in datatable as column would be exported..can you show what you have done to understand the issue
Cheers
then ideally every column which is present in select statement would come..the structure would not change
cheers
How are you exporting the data?
to verify if it is present in datatable dt..try to use show message after the set value in button and check dt.rows(0)("po Number").ToString
.if this populated then it means the data is being saved in dt but while writing to excel you are removing or so…check the same
cheers
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.