To convert database table in sql server into pdf file using c#.net
Hi,
I want to know how to convert datatable into pdf file.I am using a database table in sql server and it contains the values as follows
p_id name city
1 hansen sandnes
2 syendson sandnes
3 pettersen stavanger
4 krishna chennai
6 raman banglore
7 kumar coimbatore
9 raman sandnes
i want to convert the above table into a pdf file using c#.net ,how to do it please help me
thanks in advance