Hi, i have a chat app, and am currently using update panel and timer.
I have a button click control and the update panel triggers after only that user clicks the button.
So for examplethere were users in the room, and if the person that waschatting clicked the button (before the timers tick event) they would be updated with the latest messages, but only for that specific user.
What i would like to do is that when a single user clicks the button, it updates the whole panel itself, so all the users can see ethe updated messages, and dont have to click a button just to get the latest messages.
Does anyone know how i could do this?
Thanks