Click here to Skip to main content
15,908,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem using Crystal Report .NET in ASP.NET Pin
Fabu197110-Apr-08 3:00
Fabu197110-Apr-08 3:00 
I developed an ASP.NET web page using as object Crystal Report. I'm using multiview. After the report run, when I clicked Export or move to the next page, the web page goes blank. I tried in different ways to see the report. I have the following code:

protected void Page_Load(object sender, EventArgs e)
{ // Begin Page_Load

if (!Page.IsPostBack)
{ // Begin if
mvwReport.SetActiveView(viewParameterPrompt);
} // End if

} // End Page_Load

To open the report I have the following code:

CrystalReportViewer1.ParameterFieldInfo = myPFs;
CrystalReportViewer1.RefreshReport();
mvwReport.SetActiveView(viewReportOnDemand);

I don't understand why when I click any button of Crystal report the report goes blank. I hope that someone can help me to handle this issue. I appreciate any help or suggestion or idea.
GeneralRe: Problem using Crystal Report .NET in ASP.NET Pin
Herman<T>.Instance10-Apr-08 3:49
Herman<T>.Instance10-Apr-08 3:49 
GeneralRe: Problem using Crystal Report .NET in ASP.NET Pin
Fabu197116-Apr-08 7:28
Fabu197116-Apr-08 7:28 
GeneralRe: Problem using Crystal Report .NET in ASP.NET Pin
Herman<T>.Instance16-Apr-08 10:43
Herman<T>.Instance16-Apr-08 10:43 
GeneralCreate ASP.NET pages (without an IDE) Pin
ChandraRam10-Apr-08 2:36
ChandraRam10-Apr-08 2:36 
GeneralRe: Create ASP.NET pages (without an IDE) Pin
Not Active10-Apr-08 3:28
mentorNot Active10-Apr-08 3:28 
GeneralRe: Create ASP.NET pages (without an IDE) Pin
ChandraRam10-Apr-08 4:43
ChandraRam10-Apr-08 4:43 
GeneralRe: Create ASP.NET pages (without an IDE) Pin
Reanalyse10-Apr-08 12:51
Reanalyse10-Apr-08 12:51 
GeneralRe: Create ASP.NET pages (without an IDE) Pin
ChandraRam10-Apr-08 19:30
ChandraRam10-Apr-08 19:30 
QuestionServer application unavailable Pin
rajitksingh10-Apr-08 1:59
rajitksingh10-Apr-08 1:59 
GeneralRe: Server application unavailable Pin
Not Active10-Apr-08 2:17
mentorNot Active10-Apr-08 2:17 
GeneralRe: Server application unavailable Pin
rajitksingh10-Apr-08 2:25
rajitksingh10-Apr-08 2:25 
GeneralRe: Server application unavailable Pin
eyeseetee10-Apr-08 2:42
eyeseetee10-Apr-08 2:42 
GeneralRe: Server application unavailable Pin
rajitksingh10-Apr-08 2:57
rajitksingh10-Apr-08 2:57 
GeneralRe: Server application unavailable Pin
eyeseetee10-Apr-08 3:00
eyeseetee10-Apr-08 3:00 
GeneralRe: Server application unavailable Pin
Herl the Pearl11-Apr-08 0:22
Herl the Pearl11-Apr-08 0:22 
GeneralRe: Server application unavailable Pin
Darsh_310-Apr-08 8:15
Darsh_310-Apr-08 8:15 
Generalplz help me........ Pin
jeffrey kalampukattussery10-Apr-08 1:39
jeffrey kalampukattussery10-Apr-08 1:39 
GeneralRe: plz help me........ Pin
Christian Graus10-Apr-08 1:45
protectorChristian Graus10-Apr-08 1:45 
GeneralRe: plz help me........ Pin
Spunky Coder10-Apr-08 2:02
Spunky Coder10-Apr-08 2:02 
GeneralRe: plz help me........ Pin
J4amieC10-Apr-08 2:10
J4amieC10-Apr-08 2:10 
GeneralRe: plz help me........ Pin
Spunky Coder10-Apr-08 2:15
Spunky Coder10-Apr-08 2:15 
GeneralRe: plz help me........ Pin
eyeseetee10-Apr-08 2:47
eyeseetee10-Apr-08 2:47 
GeneralRe: plz help me........ Pin
Christian Graus10-Apr-08 12:33
protectorChristian Graus10-Apr-08 12:33 
GeneralRe: plz help me........ Pin
janet200810-Apr-08 2:42
janet200810-Apr-08 2:42 

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.