Hi Oleg, thanks for that. I actually wanted to print out the whole string
including the page name
e.g
if the usercontrol is contained in a page called index.aspx
and the page index.aspx has a querystring of ?ID=66666
then I want the usercontrol to print both the container page name
(index.aspx in this case) as well as the querystring (?ID=66666) as given in
the above example
thanks again
Mark
--
Page.Request["ID"]
-Oleg.
Hi, is it possible for a UserControl to get the Page name and
querystring
of
its parent?
e.g If a userControl is inside a page called "index.aspx?ID=66" how
can