Help!!
Hi friends,
I've a problem. In my web application users get reports. I create reports by fastreport tool on a webservice. When users click to get a report, button click event sends necessary information which come from some controls(ex. dropdownlist) and sessions to webservice,then a pdf file is formed. The problem is when more than one user click report button, the values in the reports may mixed. Forexample, when more than one users click report buttons at the same time, one of the users may see the values of another user on the PDF file. How can I solve this problem?
|