Morning all,
I'm in need of some help with something I really should know but for the life of me I can't get to work!!!
I'm trying to pass a list of file uploaders into and out of a session variable. ie:
private List<FileUpload> files;
Session["files"] = List;
List = Session["files"];
Error will be on the List = Session["files"];
I'm thinking i need to use the converter as its not a base class but cannot figure the syntax.
Any help much appricated as I'm googling like a headless chicken on curry night!
I'm in need of some help with something I really should know but for the life of me I can't get to work!!!
I'm trying to pass a list of file uploaders into and out of a session variable. ie:
private List<FileUpload> files;
Session["files"] = List;
List = Session["files"];
Error will be on the List = Session["files"];
I'm thinking i need to use the converter as its not a base class but cannot figure the syntax.
Any help much appricated as I'm googling like a headless chicken on curry night!