fazal subhan

fazal subhan

  • NA
  • 1
  • 641

i want to print pdf in C# winform

Apr 26 2016 3:30 AM
i want to print a pdf in c# winform from database this is my table 
create table tblYour_Info
(
Your_ID int identity(100,1)primary key,
YourImages image ,
Your_Address varchar (300),
Company_Address varchar (300),
Url varchar(100),
Phone_No varchar(11)
)
please help me