Connecting Tech Pros Worldwide Help | Site Map

How to Export the data from Datagrid to PDF file

Kondapanaidu
Guest
 
Posts: n/a
#1: Oct 26 '06

Hi,

I am using .NET 1.1,

How to Export the data from Datagrid to PDF file.

Lets assume that EMP Table

EmpNo Empname
1 AAA
2 BBB
3 CCC


When we bind this table to datagrid it will shown u that all the records
in EMP table. But my case is After binding the data to Datagrid, Need to
export the same datagrid data to PDF file.

If u have the corresponding code please let me know?

Thanks in advance.

Regards



















*** Sent via Developersdex http://www.developersdex.com ***
samuelhon
Guest
 
Posts: n/a
#2: Oct 26 '06

re: How to Export the data from Datagrid to PDF file


You can have a look at this:
http://www.sqlservercentral.com/colu...dprocedure.asp
which shows how to do it from a stored proc.

Should give enough direction to do it from a datagrid but might be
better to do it in the source....

Sam

Closed Thread