V
vinuta
I have three vb classes.
First one has a variable whose value i want to use in a function in
third vb class which is called by the second vb class.
e:g;
first.aspx.vb
second.aspx.vb
third.vb which has a function called drawlinegraph()
now fisrt.aspx.vb has a varible z which is initialized to some value in
the same class. Now i am calling the dralinegraph() from second.aspx.vb.
Now the function drawlinegraph needs to use the value of z from
first.aspx.vb how can i do this?
Ya how can i reference a variable which is an array in the other vb
class?
thanks,
Vinuta
First one has a variable whose value i want to use in a function in
third vb class which is called by the second vb class.
e:g;
first.aspx.vb
second.aspx.vb
third.vb which has a function called drawlinegraph()
now fisrt.aspx.vb has a varible z which is initialized to some value in
the same class. Now i am calling the dralinegraph() from second.aspx.vb.
Now the function drawlinegraph needs to use the value of z from
first.aspx.vb how can i do this?
Ya how can i reference a variable which is an array in the other vb
class?
thanks,
Vinuta