Ask a Question related to ASP.NET General, Design and Development.
-
Robert #1
Object Access
Does anyone know a way to access an object and its
functions (which is generated on one aspx page A) from aspx
page B ???
Rob
Robert Guest
-
object in session can not access
Dear all, I have one page, create an object and save it in session scope, and then redirect to another page.In the new page, the object existed in... -
HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
Could not access 'CDO.Message' object
I've already searched Google. I've already asked people in IRC. I have still not found a solution that works for me for this extremely discouraging... -
Access to Application object from exe
Hi, I have many virtual directory with my web app. I'd like to create one exe appliaction to administrating these web apps. Is it possible to... -
Kairi Zikpin #2
Re: Object Access
in .help help, search for "Passing Server Control Values Between Pages"
Robert wrote:> Does anyone know a way to access an object and its
> functions (which is generated on one aspx page A) from aspx
> page B ???
>
> RobKairi Zikpin Guest
-
Robert #3
Object access
Hi all,
is there a way to access an object which is created on one
aspx Site from another aspx site?
Thanks
Rob
Robert Guest
-
Kenn Ghannon #4
Re: Object access
No. Security isn't transitive...
"Robert" <robert_dx@gmx.com> wrote in message
news:01ae01c346a9$a8faec60$a001280a@phx.gbl...> Hi all,
>
> is there a way to access an object which is created on one
> aspx Site from another aspx site?
>
>
> Thanks
> Rob
Kenn Ghannon Guest
-
Louis Dascoulias #5
Re: Object access
Rob,
Yes, with a web service you can expose objects. You can also return objects
by serializing them (if you can
serialize it).
Louis Dascoulias, AWS
"Robert" <robert_dx@gmx.com> wrote in message
news:01ae01c346a9$a8faec60$a001280a@phx.gbl...> Hi all,
>
> is there a way to access an object which is created on one
> aspx Site from another aspx site?
>
>
> Thanks
> Rob
Louis Dascoulias Guest



Reply With Quote

