Search Results

4
votes

Stack overflow error when using JQuery/ASP.NET for simple ajax chat

Your javascript refreshChat function is recursively calling itself. Change the code to: function refreshChat() { $.get("messages.aspx", function(data) { …