Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

Report in C# Web application difficulties

I have a Report that works fine own its own. At the top, there are 2 text boxes for the user to enter data, after which the user clicks View Report and the report is displayed below.

I am now trying to integrate the report into a C# web application. The top part of the report displays, the user enters data, cicks View Report and then ... nothing. A little flash of the page perhaps, but the lower part of the report is not displayed. If I look at the html I see that the information is truly not there.

What should I be looking for?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of allelopath
allelopath

ASKER

Do you mean BIDs? This is what I used to develop the report, but when it comes to the C# code, it is not involved, using Visual Studio for that.
found it. problem in page load.