G
Guest
Hi,
I have an array of 50 rows and 2 columns that I want to make available to a
user. As he goes thru the system, he will be updating and editing the array.
This is unique to each user in the session.
eg. public string[,] marked = new String[50][2].
How do you suggest I do it ? Do I declare it as global variable, or is it
possible to put it as a session variable?
TIA. Cheers.
Andrew.
I have an array of 50 rows and 2 columns that I want to make available to a
user. As he goes thru the system, he will be updating and editing the array.
This is unique to each user in the session.
eg. public string[,] marked = new String[50][2].
How do you suggest I do it ? Do I declare it as global variable, or is it
possible to put it as a session variable?
TIA. Cheers.
Andrew.