Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
inside a updatapanel i have a datagrid which has multiple rows, in which i have given fileupload and a upload button.On itemcommand event i am storing the filecontent in session variable. Now on click of submit button which is outside datagrid, how to save all the documents at a time.
Posted 16-Nov-12 1:51am


1 solution

Your documents get served as a collection, I believe. Storing files in the session is retarded. You can't do that. You should save to the file system and store filenames if you need values in the session. Storing file paths in the DB makes more sense.
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Christian Graus 373
1 OriginalGriff 326
2 Prasad_Kulkarni 314
3 Ron Beyer 286
4 Prasad Khandekar 225
0 Sergey Alexandrovich Kryukov 7,061
1 Prasad_Kulkarni 3,830
2 OriginalGriff 3,620
3 _Amy 3,370
4 CPallini 3,074


Advertise | Privacy | Mobile
Web01 | 2.6.130619.1 | Last Updated 16 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid