I am implementing Notification like facebook on my master page by using UpdatePanel and Timer But it is updating whole web application. Any one can tell me how may i prevent it for updating all other controls. My Code is:
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhakumar MunuswamyPosted Sep 17, 2015, 11:19 AM
Please read the reference below
http://www.asp.net/ajax/documentation/live/tutorials/timercontrolwithupdatepanelstutorial.aspx
I hope it can help you.