Refresh particular parts on masterpage
-
I use Timer1 to refresh few parts of masterpage but the timer refresh all page, and i need to refresh only specific parts of masterpage. Is possible to refresh part of masterpage by using Timer1 Ajax Control?
I'm no expert in this area but I'm somewhat familiar with it. Call an AJAX method for the specific portion(s) of the master page maybe? Or put it in an UpdatePanel?
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
-
I'm no expert in this area but I'm somewhat familiar with it. Call an AJAX method for the specific portion(s) of the master page maybe? Or put it in an UpdatePanel?
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
-
Thanks for reply. I used UpdatePanels and masterpage get all refresh insted of refreshing only controls which are inside updatepanel.
Sorry I couldn't be of more assistance. Try this link: http://www.asp.net/web-forms/tutorials/aspnet-ajax/understanding-asp-net-ajax-updatepanel-triggers[^].
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
-
Sorry I couldn't be of more assistance. Try this link: http://www.asp.net/web-forms/tutorials/aspnet-ajax/understanding-asp-net-ajax-updatepanel-triggers[^].
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
-
I use Timer1 to refresh few parts of masterpage but the timer refresh all page, and i need to refresh only specific parts of masterpage. Is possible to refresh part of masterpage by using Timer1 Ajax Control?
---TRY---
---OR---