mikemardon
Programmer
I am developing a toolbar for outlook which needs to interact with a .net web application (not ours so i can't modify the source).
The problem I am having is that I need to access a value (personid) which exists in a session variable.
is this possible? I am able to screen scrape using a web request but obviously this only show me the source of the page - I had thought about the possibility of referencing the page object so I can get to page.session?
thanks in advance!
The problem I am having is that I need to access a value (personid) which exists in a session variable.
is this possible? I am able to screen scrape using a web request but obviously this only show me the source of the page - I had thought about the possibility of referencing the page object so I can get to page.session?
thanks in advance!