update panel with fileuploder
-
hi i think i put this question before some days age. question is that i have a right panel to add records in database in database i save information of employees with photo. and in middle panel datagrid to fill datagrid and update datagrid i use updatepanel for datagrid and also all right panel is used panel like edit, add, info and delete. and i want that page is not refresh when user click on insert button but problem is that its working properly when page was refreshed (before putting in update panel) after that given a problem that i browse a picture but when i click on insert there is no file with fileuploader how to overcome this problem? mean not work properly fileupload when i put this control in update panel.
I will do my best?
-
hi i think i put this question before some days age. question is that i have a right panel to add records in database in database i save information of employees with photo. and in middle panel datagrid to fill datagrid and update datagrid i use updatepanel for datagrid and also all right panel is used panel like edit, add, info and delete. and i want that page is not refresh when user click on insert button but problem is that its working properly when page was refreshed (before putting in update panel) after that given a problem that i browse a picture but when i click on insert there is no file with fileuploader how to overcome this problem? mean not work properly fileupload when i put this control in update panel.
I will do my best?
Hi, FileUpload control works fine with the Update Panel. Its just normal for you to lose the selected file once you refresh the page regarless of useing the Update Panel. I think some other even of your page might cause the page to refresh that results the selected file in the uploader to disappear. Hope it helps, Thx, Gayani
-
Hi, FileUpload control works fine with the Update Panel. Its just normal for you to lose the selected file once you refresh the page regarless of useing the Update Panel. I think some other even of your page might cause the page to refresh that results the selected file in the uploader to disappear. Hope it helps, Thx, Gayani