Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAnimated Gif Not Extending the Animation Pin
Innovenkat10-Apr-08 4:12
Innovenkat10-Apr-08 4:12 
Generalgridview find row Pin
eyeseetee10-Apr-08 3:19
eyeseetee10-Apr-08 3:19 
GeneralRe: gridview find row Pin
Herman<T>.Instance10-Apr-08 3:46
Herman<T>.Instance10-Apr-08 3:46 
GeneralRe: gridview find row Pin
eyeseetee10-Apr-08 4:03
eyeseetee10-Apr-08 4:03 
GeneralRe: gridview find row Pin
Herman<T>.Instance10-Apr-08 5:28
Herman<T>.Instance10-Apr-08 5:28 
GeneralRe: gridview find row Pin
eyeseetee10-Apr-08 21:25
eyeseetee10-Apr-08 21:25 
GeneralRe: gridview find row Pin
Herman<T>.Instance11-Apr-08 1:08
Herman<T>.Instance11-Apr-08 1:08 
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 

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.