Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all...


To overwrite the operation of updatepanel in masterpage i have used one more updatepanel in
content page.which contains 2 buttons one for saving , another for updating record in database..and one fileupload control.For triggering buttons action i have written code like this

<trigger><asp:PostBackTrigger ControlID="Button1"/>
<asp:PostBackTrigger ControlID="Button2"/>
But fileupload's Has property is true for only Button1 ,Its always false for Button2.Programatically it is inserting All fields & image into database but updation is happening only for fields, its not updating image..What will be the solution for this problem..

Answers will be appreciated..

Thanku :-)
Posted
Comments
CHill60 14-May-13 9:11am    
You haven't posted enough code for us to work out why your update isn't working ... use the Improve question link to post your update code

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