Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncan we directly assign a value to row in the gridview Pin
Flavia A6-Nov-09 18:22
Flavia A6-Nov-09 18:22 
AnswerRe: can we directly assign a value to row in the gridview Pin
Christian Graus6-Nov-09 19:56
protectorChristian Graus6-Nov-09 19:56 
QuestionRSA Authentication Token and .NET membership provider Pin
deoxiribo6-Nov-09 11:11
deoxiribo6-Nov-09 11:11 
AnswerRe: RSA Authentication Token and .NET membership provider Pin
nluciano7522-Dec-10 7:11
nluciano7522-Dec-10 7:11 
QuestionSQL Server Login Problem from ASP.NET Pin
Lonnie Raffray6-Nov-09 6:21
Lonnie Raffray6-Nov-09 6:21 
AnswerRe: SQL Server Login Problem from ASP.NET Pin
Abhishek Sur6-Nov-09 6:57
professionalAbhishek Sur6-Nov-09 6:57 
GeneralRe: SQL Server Login Problem from ASP.NET Pin
Lonnie Raffray6-Nov-09 7:01
Lonnie Raffray6-Nov-09 7:01 
QuestionNo valid report source is available Pin
Mesut KOSUCU6-Nov-09 6:07
Mesut KOSUCU6-Nov-09 6:07 
Hello There;

I am trying to view my report files on CrystalReport viewer in ASP.NET programmatically by using the code blow;
Note that Reports are located on a file server.

CrystalReportSource reportsource = new CrystalReportSource();
     CrystalDecisions.Web.Report report = new CrystalDecisions.Web.Report();
     Guid reportid = new Guid(Request.QueryString["GUID"]);
     string path = Server.MapPath("/Reports/") + dc.Reports.Where(k => k.OID == reportid).First().FileContent;
     report.FileName = path;
     reportsource.Report = report;
     CrystalReportViewer1.ReportSource = reportsource;


It is loaded to the viewer perfectly. However, if I attempt to go to the next page or trying to set parameter via parameters panel or if it has any group tree or parameter, when I try to expand any node of the group tree, it says No valid report source is available. but if I do it via CrystaReportSource wizard there is no problem at all.
what do I miss here?
thanks for your help.
regards.

Note: I could not find any crystal report forum category to post my question, that is why I have posted here...
AnswerRe: No valid report source is available Pin
SilberFoox11-Mar-11 1:14
SilberFoox11-Mar-11 1:14 
AnswerRe: No valid report source is available Pin
Member 78217331-Jun-11 18:02
Member 78217331-Jun-11 18:02 
QuestionBuilding ASP.NET application - Best Practices Pin
Anusha.19806-Nov-09 5:23
Anusha.19806-Nov-09 5:23 
AnswerRe: Building ASP.NET application - Best Practices Pin
Abhishek Sur6-Nov-09 6:59
professionalAbhishek Sur6-Nov-09 6:59 
AnswerRe: Building ASP.NET application - Best Practices Pin
Christian Graus6-Nov-09 11:46
protectorChristian Graus6-Nov-09 11:46 
AnswerRe: Building ASP.NET application - Best Practices Pin
Niladri_Biswas7-Nov-09 1:06
Niladri_Biswas7-Nov-09 1:06 
QuestionUninstall event is not being fired Pin
Deft_Coder6-Nov-09 3:54
Deft_Coder6-Nov-09 3:54 
AnswerRe: Uninstall event is not being fired Pin
Christian Graus6-Nov-09 11:47
protectorChristian Graus6-Nov-09 11:47 
QuestionLicense key for Visual studio 2005 Pin
prathapcode6-Nov-09 2:36
prathapcode6-Nov-09 2:36 
AnswerRe: License key for Visual studio 2005 Pin
N a v a n e e t h6-Nov-09 3:44
N a v a n e e t h6-Nov-09 3:44 
AnswerRe: License key for Visual studio 2005 Pin
Christian Graus6-Nov-09 11:48
protectorChristian Graus6-Nov-09 11:48 
Question'Lucida Console' with 'US-ASCII' is not recognized. error in asp.net using itext sharp Pin
trilokharry6-Nov-09 2:06
trilokharry6-Nov-09 2:06 
Questionweb-based payments processing system like e-shoping. Pin
Saam_cse6-Nov-09 1:53
Saam_cse6-Nov-09 1:53 
AnswerRe: web-based payments processing system like e-shoping. Pin
Gamzun6-Nov-09 21:17
Gamzun6-Nov-09 21:17 
QuestionSend mail with smtp server Pin
ankur10876-Nov-09 1:53
ankur10876-Nov-09 1:53 
AnswerRe: Send mail with smtp server Pin
Ashfield6-Nov-09 2:12
Ashfield6-Nov-09 2:12 
AnswerRe: Send mail with smtp server Pin
OriginalGriff6-Nov-09 6:13
mveOriginalGriff6-Nov-09 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.