I think you can actually get this from the Request object. It might be in the
ServerVariables collection.
David
--
=============== =============== ========
David McCarter [Microsoft MVP]
David McCarter''''s .NET Coding Standards available at:
"axapta" wrote:
ServerVariables collection.
David
--
=============== =============== ========
David McCarter [Microsoft MVP]
David McCarter''''s .NET Coding Standards available at:
"axapta" wrote:
Hi Group,
I have a generic aspx page where the data can be fed from one or two other
pages. I want to be able to pass the pagenname of the page that calls the
generic page as a string in the querystring object. How can I do this? Is
it possible?
>
TIA
>
I have a generic aspx page where the data can be fed from one or two other
pages. I want to be able to pass the pagenname of the page that calls the
generic page as a string in the querystring object. How can I do this? Is
it possible?
>
TIA
>
Comment