Click here to Skip to main content
16,016,306 members

Comments by Member 10038070 (Top 5 by date)

Member 10038070 2-Jun-15 3:05am View    
My COding are working only the problem is that when i keeps my page in update panel
I can not able to download the sheet
Member 10038070 30-Apr-15 5:33am View    
i am able to fetch record from db based on id but error is here

ReportDocument rpt = new ReportDocument();
CrystalReport1 cry = new CrystalReport1();
cry.SetDataSource(_ds); //error "Invalid file path"
OR
rpt .SetDataSource(_ds); //error "Invalid file path"
crystalReportViewer1.ReportSource = _ds.Tables[0];
crystalReportViewer1.Refresh();
Member 10038070 12-Mar-15 6:47am View    
I only just print the error of db either that raise due to any error .
this error reflects in Exception , so i want to print exception message
that return db when our code failed due to anr db error.
Member 10038070 12-Mar-15 6:41am View    
ya i know what you saying but i wrote thier suppose that query and get out db error to print
Member 10038070 12-Mar-15 6:38am View    
then please tell me how to create error log file