I have an asp.net page containing a ReportViewer for rdlc and the report header contains a textbox control. I need to do the following:
1. How do I size the textbox control to be the same with as the report?
2. When I scroll down the page; the entire page moves up along with column header. How do I freeze the header and the column headers?
Go to the complete details ...