T tony collier Jan 9, 2004 #1 Can someone please tell me how to create a session string array in global.asax (not code behind please). Thanks
Can someone please tell me how to create a session string array in global.asax (not code behind please). Thanks
T tony collier Jan 11, 2004 #2 Can someone please tell me how to create a session string array in global.asax (not code behind please). Thanks Click to expand... don't worry, found out: string [] names={"","","","","","",""}; Session["Book"] = names;
Can someone please tell me how to create a session string array in global.asax (not code behind please). Thanks Click to expand... don't worry, found out: string [] names={"","","","","","",""}; Session["Book"] = names;