N
nicepg
Hi,
i m new in C#, and i m trying to prgramm a calculator program in web
application.
My program work very well using a static variables but i need to change
these variables to session variables..
my static variables are:
public static double num1=0,num2=0;
public static string prevOp="";
could you pleas show me how to do that?
thank you in advance
i m new in C#, and i m trying to prgramm a calculator program in web
application.
My program work very well using a static variables but i need to change
these variables to session variables..
my static variables are:
public static double num1=0,num2=0;
public static string prevOp="";
could you pleas show me how to do that?
thank you in advance