Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my web application , I have to use report viewer control to show data on web page. I am using Visual studio 2010 , C# and ASP.Net 4.0.

On web page , first of all user has some inputs like , user is selecting start and end date and other three drop-down boxes. when user is done with selection and clicks on button it shows data into report viewer control.

I tried to use parametrized query to oracle but it seems not working.
I am using ODP.Net as a database connection to Oracle.

Can anyone provide me some idea to achieve this?

Thank you in advance.
Posted
Comments
luisnike19 23-Mar-11 23:11pm    
I don't understand, what's the problem?
Sandeep Mewara 24-Mar-11 1:24am    
All sounds fine and should be working. Elaborate on 'not working' part.
Micha3ldg 24-Mar-11 2:51am    
As luisnike19 and Sandeep said, you should give more details on what is the problem. other members can't guess of what you are facing now.
MissDev 24-Mar-11 15:05pm    
where can I post my code so you guys can understand where exactly I got stuck ..?
Anupama Roy 25-Mar-11 1:07am    
you can modify your question itself with the code.

1 solution

This article may help you.In this article it passes parameter from a textbox input.You can modify the logic to pass values from dropdown.

Dynamic Binding Of RDLC To ReportViewer[^]
 
Share this answer
 
Comments
MissDev 26-Mar-11 11:47am    
Hey guys , I got the solution but now what should I do if user want to sort particular column data. If you guys want to see whole code I can post it here but please give me solution for sorting.

Let me know if you need a code.
Thank You.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900