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