ASP.NET pages hosting WindowsForms control interactivity

G

Guest

SO, I have a WindowsForms based Usercontrol being hosted in a ASP.NET page
using the <object> tag method.
What I am trying to do now is have that control access the Session object of
the ASP.NET page.
If possible I would like to be able to do this without having to use the
<param> tags to pass data into the usercontrol.

Is this possible?

Thank You,
Paul
 
G

Guest

Your issue here is that your Windows Forms control isn't in the ASP.NET
server-side context, its actually being hosted in IE similar to an ActiveX
control or JAVA applet.
Peter
 

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

Staff online

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top