simple chat page
-
i am making simple chat room in web. the page is refresh after 5sec. so when page is refresh the textbox is cleared. i dont want to clear the textbox. what i do?? or some other suggestions for chat page. thx in advance
Save values in cache or in viewstate and then retrieve it. Check this.[^]
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
-
i am making simple chat room in web. the page is refresh after 5sec. so when page is refresh the textbox is cleared. i dont want to clear the textbox. what i do?? or some other suggestions for chat page. thx in advance
the best way is to use a update pannel the advantage is that the user will not even come to know that the page is posted back as it uses AJAX and the text box will not go empty as well
-
the best way is to use a update pannel the advantage is that the user will not even come to know that the page is posted back as it uses AJAX and the text box will not go empty as well
-
i am making simple chat room in web. the page is refresh after 5sec. so when page is refresh the textbox is cleared. i dont want to clear the textbox. what i do?? or some other suggestions for chat page. thx in advance
-
If it interesting too you, I can give you example of simple comet chat(don't need page refresh).
-
download the attachment file Click Here