Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello i have repeater to show the data and i have text editor to insert the data in repeater and i have fileupload control to upload the file.
when insert data in editor and attach file then i press the submit button then whole page refresh i try with updatepanel but failed..i want insert data with file upload inside repeater without refreshing the whole page.tell me as soon as possible thanks in advance.
Posted
Comments
_Amy 18-Jul-12 0:25am    
What have you done yet? Post some lines of codes also so that we can find the solution for you.
sandeep nagabhairava 18-Jul-12 0:57am    
could you please explore your question with your code..
Vani Kulkarni 18-Jul-12 2:04am    
Please post your code.

i want insert data with file upload inside repeater without refreshing the whole page
You need to do two things:
1. Use ASP.NET AJAX - Update Panel for partial page update.
2. Use Ajaxtoolkit AsyncFileUpload control to make it work with Update Panel.

Normal fileupload control needs a full page postback, so you need to have point 2 above.

Following links would help:
AsyncFileUpload Demonstration[^]
AsyncFileUpload Control - New Control in Ajax Control ToolKit[^]
UpdatePanel Control Overview[^]

Try!
 
Share this answer
 
use asyncgronustrigger in ajax......
 
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