I am opening Crystal Report in asp.Net 3.5. Report is
opening very well but when I click on Refresh button of
Crystal Report then it gives "Missing Parameter values"
I also tried property of CR Viewer like
crViewer.ReuseParameterValuesOnRefresh = True
But it is not working.

Plz give me solution.



I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refres..

Answer / richard des jardins

What I have done is create a protected sub OR void that
sets all the parameters including the SetDataBaseLogon;
let's call it LoadForm. I am not sure you you are loading
the report on initail page load or if the use has to
trigger an event before it is loaded. If it is on page
load, call the method on page load. If it is loaded after a
user interaction,I call the LoadForm() then set a sesiion
variable inticated that it has been loaded. Then in the
page load, Id add a conditional of that session exists or
is NOT nothing, then call LoadForm.

This is assuming you are using a ReportViewer. The
ReportViewer will handle State so paging should work as
expected.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is directive in asp net?

0 Answers  


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


What are the different kinds of assemblies?

0 Answers  


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

0 Answers  


What?s a bubbled event?

1 Answers  


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


What is WCF

4 Answers  


Why is xap important?

0 Answers  


What is rending process in ASP.NET?

0 Answers   Sans Pareil IT Services,


what is a virtual class?

1 Answers   Patni,


How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,


Categories