I have written a report in asp.net MVC 3 with the report viewer using a user control (ascx) in a partial View in the Report.cshtml(View). I'm having a problem with report viewer control when I run the application. When I have more than two pages and I want see the second or more page, I get "microsoft jscript runtime error '__eventtarget' is null or not an object".
The error is because there is postback. How can I fix this?