Retrieve Query String in Page Viewer Web Part
There are many times that we create a SharePoint web part in which we have to pass query string parameters to it from the main page, or possibly use an aspx page. If the web part that we create resides inside a Page Viewer Control, we are unable to use the Request.QueryString method in order to retrieve those values.