-
webfrom background
hello all,
I am building a web appliaction on VS2008 in which i kept a image as the background for the webform.I am refreshing this webform for every 15 secs.my problem is everytime I refresh the page it was flickering.How to refresh the page without loading the webform background again.I mean i want to rfresh the data in the textboxes but not the webform background image.Can any one help in this regard..
cheers
-
This does not appear to be a question related to ASP. Instead, this is a question for HTML or possibly CSS, unless you have Javascript effects on that image.
Additionally, please post a link to your page so that someone can help you. Without seeing it, it's just someone guessing about what might be going wrong. If not, the code may help, but when it's an issue of a live/active page, a link is much more helpful.
What situations cause this to occur? (Operating system, browser, etc.)
-
Yes I am using the java script for refreshing the webform.aspx which is available in the date & time Category "http://www.dynamicdrive.com/dynamicindex6/refresh.htm".
In this script is it possible to save the web form background I mean i want to refresh the data in the text boxes which are on webform but not the webform background image.