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
What is Dynamic Web and discuss its usage with the help of real life examples?
Any disadvantages in Dataset and in reflection ?
What is event bubbling?
How response object is related to asp's response object?
How you can stop the validation of ASP.NET controls from client side?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are sessions used for?
Explain the difference between an exe and a dll?
Is post back in asp.net?
What are the different method of navigation in asp.net?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
how to retrieve property settings from xml .config file.
Where would you use an ihttpmodule, and what are the limitations if any?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?