I am new to Crystal Reports and have what I hope is a simple question. I have an aspx page that I am using to view my report through CrystalReportViewer. What I am trying to do is grab a parameter from the url and pass it into my report to avoid the parameter prompt. For example, I would like to go to mypage.aspx?id=1234 and have the value of 1234 be used in the report, bypassing the prompt that is currently there requiring me to enter an id. Any help would be greatly appreciated!