Hai ,
I used gridview for student list , and export it to pdf.
But the 2nd column is not need to export. I make the gridview's 2'nd column visible false.
GrdStudent.Columns[2].Visible = false;
But pdf file contain this column. Can you help me to solve it.
Regards,
sreevidya