I have a GridView consist of multiple columns. The last column has a button on click of which it shows a Crystal-Report in next page. I want to show the Crystal-Report in same page inside a panel. How to do that
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
One of the possible way to go is to use iframe. The HTML iframe Element represents a nested browsing context, effectively embedding another HTML page into the current page. So iframe element can be placed inside panel you need and can display (load) content of page with Crystal-Report. Basically what u need to do is put the crystal report on another page and have the IFrame render that page as its source. |
|||
|
|