Click here to Skip to main content
15,920,383 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have uloaded cv and image & saved in folder and db. bt when i used update panel in design page then it store only in db not in folder. bt if i remove update panel from design page then it store correctly.
Posted
Updated 26-Aug-12 20:44pm
v3
Comments
pradiprenushe 27-Aug-12 2:42am    
Please paste some code.
Mohamed Mitwalli 27-Aug-12 3:06am    
Share your code , clarify more .
AmitGajjar 27-Aug-12 4:38am    
without your code, we can't guess your issue.
[no name] 27-Aug-12 7:27am    
please post your code

Please Add this on your Design Page :
After the Content Template is Over i.e

<triggers>
          <asp:postbacktrigger controlid="Button1" />
</triggers>

Button1 is "name of Submit Button or Save Button name in which you clicked after the selecte the file from the fileupload".

If any qury please post it..

Thnks...
 
Share this answer
 
v2
Comments
Dhol Gaurav 27-Aug-12 3:27am    
if we used postback trigger then page is postback, then no use of update panel
Member 9027346 27-Aug-12 4:52am    
i am using linkbutton.i tried above code bt its not working.
Hello,

File uploder control is not worked with the update panel, you can use other uploader controls.

Thanks
Gaurav Dhol
 
Share this answer
 
Comments
[no name] 27-Aug-12 3:23am    
Dear it worked in Update Panel, Please See my Solution.
XML
<triggers>
<asp:postbacktrigger controlid="Your Control or button Name" />
</triggers>
 
Share this answer
 
Plz after Content tag to add this code.

XML
<triggers>
<asp:postbacktrigger controlid="Your Control or button Name" />
</triggers>
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900