It may or maynot be possible, depends on how your asp page is coded. If you have control of the asp code, you can make it happen. The simpliest is put it to a session variable and retrieve it from asp.net page. To share the session variable between asp and asp.net, you can search msdn, they have article and sample code to do it.
the way to create object in asp is good in your code.
Main Topics
Browse All Topics





by: CJSantoraPosted on 2004-03-25 at 13:51:08ID: 10681968
I need to give you a little more informaiton about this question. The asp page uses the following line: dll")
Set somevar = Server.CreateObject("some.
If there is an easier way of doing this please let me know.
Thanks
CJSantora