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.
Answer Posted / 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 View All Answers
How do you store a value in viewstate and retrieve them?
Name the namespace which is used by ado.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Differentiate between file-based dependency and key-based dependency.
Explain what is clr?
Explain Session state management options in ASP.NET.
Why mvc is better than asp.net? : Asp.Net MVC
Explain serialization and deserialization?
Define cookie.
To redirect the user to another page which method do we use without performing a round trip to the client?
What is autopostback true?
Can I combine classic asp and asp.net pages?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool