Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi..

how to fetch only 3 columns from 6 columns in gridview in convertion of pdf from aspx page?
Posted
Comments
Ganesh KP 17-Dec-13 21:29pm    
read the selected records from the gridview into some kind of DTO ( a class object) and use the columns (properties in a DTO) which ever you want. Its so simple, don't make it more complicated.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900