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.
Answer Posted / 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 View All Answers
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
In ViewState How much lifespan items stored?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is an example of an application service provider?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Explain how asp.net page works?
What are the new login controls in asp.net 2.0?
What are uri parameters?
Difference between Response.redirect vs server.transfer?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Securitywise What are the Enhancements in 2.0?
What is the difference between page-level caching and fragment caching?
Explain the main differences between asp and asp.net?
What is the use of session state and application state and difference between them?