0
Reply

How to display the 'search' and 'result' on the same page? c# , aspx & Sql Reporting Services

anithakumari

anithakumari

Nov 5 2004 3:27 PM
1.7k
Hello all, I am new to .net & Sql Reporting Services - have no idea how to do this,,. please help! This is what I am trying to do.. 1 . I have a search form -'search.aspx'. 2. A report named 'reult.rdl' (Sql Reporting services) 3. A display form - 'display.aspx' On the 'display.aspx' form I have two 'iframe's- irame1 & iframe2 Top iframe (1) has 'src' as http://servername/search.aspx. and the botton iframe (2) has src as http://servername/result.rdl' When the user clicks on the 'submit' button on the 'search.aspx' form, I want to display the report in iframe2. right now when I click on submit, i get the result in the same iframe1. I want the iframe1 just show the criteria what the user selected- stays there and the result only displayed in iframe2. is this possible? Please help me with the code. I have no idea about the syntax. Thanks in advance