Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I am using the fallowing concept in my project

http://www.west-wind.com/weblog/posts/2013/Mar/12/Using-plUpload-to-upload-Files-with-ASPNET[^]

But instead of image viwer i am using Repeater to show the names of uploaded files and file type

I wanted refresh repeater automatically when the image is uploaded how to do that

till now when i uploaded the file i need to refresh the page and load again the page in order to see the newly uploaded files

how to refresh the gridview without postback
Posted
Comments
ChienVH 4-May-13 14:07pm    
To do that you can use ajax or update panel. Try to google searching for more detail.

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