ollydsouza
Member
- Joined
- Mar 2, 2012
- Messages
- 6
- Programming Experience
- 10+
Hi,
To save the FileUpload Object state on postbacks, Im storing the name of the file in a session so on subsequent postbacks the FileUpload object needs to be intialized by the session variable for which I need to typecast. how do I do this? Any help?
something like:
FileUpload1 = (FileUpload) Session["FileUpload1"];Thanks,
To save the FileUpload Object state on postbacks, Im storing the name of the file in a session so on subsequent postbacks the FileUpload object needs to be intialized by the session variable for which I need to typecast. how do I do this? Any help?
something like:
FileUpload1 = (FileUpload) Session["FileUpload1"];Thanks,