hi,
i have problem in my gridview. i have column in gridview and there are link buttons say print in each row of gridview. now my problem is that when i click on this link button i want to print my that row's record.
how can i do this?
any idea or code then please help me.
thanks in advance.
Loading
Gomathi PalaniswamyPosted Jul 30, 2010, 5:18 AM
Can do this two ways.one is can view the report in crystal and give print in from crystal report another one is directly giving print to the printer. use the below code to print directly to printer,
cystalreportname.PrintToPrinter(noofcopies,false,int startingpage,int endpage);
Crystalreport.close();
With Regards,
Gomathi.P