i need print function
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i wirte this code for printing my report but it is not right can u say why?my webform is in asp.net(c#) i have a webform with the rptTermOpration name, rptTermOpration rptFileTermOpration = new rptTermOpration(); ..... .... rptFileTermOpration.PrintToPrinter(Int32.Parse(txtCount.Text),true,Int32.Parse(txtFrom.Text) ,Int32.Parse(txtTo.Text)); can anybody help me????????plz
-
i wirte this code for printing my report but it is not right can u say why?my webform is in asp.net(c#) i have a webform with the rptTermOpration name, rptTermOpration rptFileTermOpration = new rptTermOpration(); ..... .... rptFileTermOpration.PrintToPrinter(Int32.Parse(txtCount.Text),true,Int32.Parse(txtFrom.Text) ,Int32.Parse(txtTo.Text)); can anybody help me????????plz