Refresh Panel
-
Hi, I have 4 panels set up in aspx page and each panel has some code. I need to refresh panel3 bec it has an image which need to be refresh with text written in panel2. I have tried Javascript's location.href=location.href; but ends up refreshing back to panel1 - all forms of code refreshes back to panel1 - is there some way we can refresh ONLY panel3? Many thanks.
-
Hi, I have 4 panels set up in aspx page and each panel has some code. I need to refresh panel3 bec it has an image which need to be refresh with text written in panel2. I have tried Javascript's location.href=location.href; but ends up refreshing back to panel1 - all forms of code refreshes back to panel1 - is there some way we can refresh ONLY panel3? Many thanks.
To refresh a part of the web page, u can use callback mechanism or you might have a look at what called AJAX << >>