-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: venkat
Message 1 in Discussion
Hi,
I have a ASP.NET page is calling Web Service and this websercie internally
calling managed c++ dll (COUPLE OF). [THIS IS THE REQUIREMENT FOR ME]
(ASP.NET ----> WS -------->C++.DLL)
I need to maintain session state between ASP.NET -> WS & WS -> C++.DLL
I can able to maintain session state is ASP.NET in page_load() but i would
like to maintain session state in WS ??? Please help me.
Expiation is like this :
Lets think I have implementation's# dll instead of c++.dll for this now.
namespace CSharpLib
{
public class Class
{
into sum;
public void MyCalculate(int i, int j)
{
sum = i+j;
}
public int MyResult()
{
return sum;
}
}
}
In ASP.NET I have three text box and 2 button.
Input values I will give to first two text boxes and click BUTTON1 AND THIS
WILL GO TO C# DLL MyCalculate(A,B) AND STORE SUM
BUTTON2 CLICK I need to get Sum value. ???
I have a problem in this
I am able to managed is ASP.NET but I would like to know how to control not
creating object in Web Services when I am going to call
MyResult method is WS????
Help help help help??? Any other approach....
NOTE : I AM NOT GOING TO STORE ANY THING IN DATABASE ARE ANY TYPE..
love
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]