Hello there,

I have a page. In its left side selection controls and right side one iframe.

The user has to select from controls from left side and submit the form. In button click function calling the iframe and loading another .aspx page to display crystal reports

The report page which i am calling inside the iframe is taking some time to load. I want to display one "Please wait.." like message while simultaneously processing the report.


Can anybody suggest me a solution with sample code.

Thanks

Recommended Answers

All 2 Replies

You can use AJAX UpdatePanel and UpdateProgress to solve that problem.
http://ajax.asp.net

I even tried that. Got one sample code. In that through Thread.sleep(secs) is working but when place the CR code its not working.


You can use AJAX UpdatePanel and UpdateProgress to solve that problem.
http://ajax.asp.net

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.