Hi,
I want to dynamically give names for the sessions.
I used to have certain number before and named them like Session["session1"], Session["session2"],....but now the number of the sessions is not known, it depends on number of files in the chosen folder by the user.
Can nybody help me please how to do that? Is it possible to have this:
variablename="session"+k;
Session["variablename]=sectionList;
k++;
Thank you very much.
Go to the complete details ...