i am trying to use some html input controls (instead of the asp.net server controls) to capture input for a report's parameters and would like to post the parameter values to a ReportViewer control, and load the report from Report Server.
do i have to simulate a postback to make this happen?