DEAR *.*
How to Pass value on a report using querystring.
I created a webform1.aspx with textbox control and a button control, and my second form is webform2.aspx with a reportviewer control,
my questions :
How to pass the value on my textbox control in the webform1.aspx when i clicked the button to webform2.aspx using QueryString?
i'm using vb code..
please help