Hi,
I have a chat application attached to my website where the user enters data from a textbox and user can view the replies from the other side using textbox with
multiline mode.But,The Problem is I had added the Multiline textbox inside an updatePanel with the Timer to refresh periodically.The problem arises here,After every refresh the textbox scrolls back to top position.The user cant view the recently recieved messages.
can,Any one suggests the way to overcome the problem?
Help me!