Reference control on seperate page

  • Thread starter Thread starter SDF
  • Start date Start date
S

SDF

Is it possible to reference a control that is on a different page.

Dim txt as TextBox
txt = 'code to reference a textbox control on a different aspx page????


Thanks,

Scott
 
Hi Ken,

I have a 3rd party control on the main page that contains a map image - it
ties back to the server to a non-pooled map object residing in memory. That
object contains a list of layers that are present in the map. My idea was
to open a new page and have it read the server object and list out the layer
names. But I can't seem to get a reference to the map object on the main
page. I tried putting it into session but I get "COM Object is seperated
from its rcw state" error message.

I'm thinking it can't be done.

Scott
 
Hmmm... Is it possible to get any of this information into a Session
variable? It could then be picked up by a new page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top