Hi Stech,
Welcome to ASPNET newsgroup. As for the Page's ID, UniqueID , ClientID
property, they're also the properteis of the Control class. The ClientID
property is used for webcontrol's clientside DOM element's identity. The
UniqueID is used for those html input elements whose value will be posted
back to server in the REquest's Form collection , and the UniqueID is
rendered as "name" html attribute at clientside. The ID , however, is the
unique identifier of the ASP.NET controls at serverside.
As for a Page, when constructed at serverside , the asp.net runtime will
not set an ID for it, also, there is not need for it to has an UniqueID or
ClientID. Why do you want to get the Page's ID? would you provide some
further info on your problems so that we can try looking for some means
else?
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)