Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

937


Explain the namespace classes used in asp.net mvc? : asp.net mvc

959


What is the procedure to create the environment for asp.net? : asp.net mvc

1003


Explain login controls.

1075


Give an example of what might be best suited to place in the application_start and session_start subroutines?

933


What are httphandlers and httpmodules and difference between them?

969


What is viewstate in asp net with example?

958


What is the file extension of web service?

953


How to do state management in ASP.NET?

1060


What are custom user controls in asp.net?

983


Why do we need a web application session?

942


How can I have a particular web page in an asp.net application which displays its own error page?

1074


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

1036


Explain the difference between Repeater and Data list control in ASP.NET?

1072


What are the Types of objects in ASP

1056