Click here to Skip to main content
15,892,269 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am trying to use ajax with on a page with file upload control..

earlier when i put the fileupload control in update panel.. it even not inserting the data. but after i used triggers. then data is inserted. but the purpose of ajax with add product buttion( which is inserting the data) is not working..

here is the way i introduce triggers in update panel

ASP.NET
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <Triggers>
    <asp:PostBackTrigger ControlID="btnaddproduct" />
    
    </Triggers>


page should remain still but i think ajax script manager and update panel is not fullfilling there functionality . can anyone sort out the problem
Posted

1 solution

 
Share this answer
 
v3
Comments
codegeekalpha 12-Dec-11 13:59pm    
all are done on the same way as i did.. but still ajax not working fine. :(
Monjurul Habib 12-Dec-11 14:48pm    
please provide your detail with error.

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