While trying to create a SharePoint 2007 web part I hit a problem that my web searches did not come up with any answers. The problem was I needed the web part that was imbedded in SharePoint to access the query string. I lucked out when examining the objects when debugging the code. The context object is available to the web part and it holds a pointer to the HttpRequests object which includes the Query string property.