Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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 ???
    >
    > Rob
    Kairi Zikpin Guest

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139