Yes, I fixed the issue. It had to do with how I coded the page_load
subroutine.
A bigger question:
I declare a variable in the main page. I want to pass that variable to the
user control. How do I do this? Is there an example somewhere?
Thanks for you assistance.
"Steve C. Orr [MCSD, MVP, CSM, ASP Inside" wrote:
> Did you try Page.Request.QueryString?
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsider
> http://SteveOrr.net
>
>
>
> "Paul" <> wrote in message
> news:7D20A2C1-7331-420B-829F-...
> > This may be a stupid question but...
> >
> > How do I programmtically access the page's request.querystring value in a
> > custom user control.
> >
> > I tried doing this in the page_load routine of the user control but I do
> > not
> > seem to be able to access the value?
> >
> > TIA.
>