Hi,
I have used HTML table control instead of gridview to enter the data in the table format then i export the data into the PDF file. As soon as the data export to the PDF file. The datqa from the HTML table get lost. I need to show the data after the data gettting export to the pdf file.
Any help would be appreciated.
Loading

Vijay YadavPosted Feb 8, 2011, 11:49 PM
Thanks for your reply and no, the query doesn't got resolved and my freind is not ready to disclose the code. Just hope that he will do.
Suthish NairPosted Feb 8, 2011, 1:19 PM
Suthish NairPosted Feb 7, 2011, 7:51 AM
If you binding the records on Page Load, do have if(!IsPostBack) { } check.
Or, post the code so we can have a look.