In Crystal Report Refresh Button is not working.
when I click on it it givesh error like "missing parameter
values "

I have used propery of Crystal Viewer like
ReuseParameterValuesOnRefresh="True"
but this also not working.

Plz give me any solution.



In Crystal Report Refresh Button is not working. when I click on it it givesh error like "miss..

Answer / devs

because your external parameter valus is missing in crystal
report external paramater means crt.Setparameter
something like that that valus is not passing
throught .aspx.cs page to .crt page

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,


What is the difference between a cookie and a pixel?

0 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,






What is the use of execute non query in asp.net?

0 Answers  


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


can we pass coditions in swtich case?

3 Answers  


all asp.net interives questions

1 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


How do you implement sql caching in asp.net?

0 Answers  


Categories