Hello
I have a gallery page which get images location url from DB and bind it to repeater.
The images can be added to gallery anytime.
Now lets say a user visit my gallery page, and after 2-3 minutes new images has been added on DB.
How can I make this images to appear on the user page without refreshing the entire page?
should I use UpdatePanel? and if so how can I trigger the updatePanel to check for new images every N minutes?
Thanks!!
↧
How to insert new images to page without refresh
↧