Hey guys,
Lookin' for a little help here: I'm using asp.net (yes yes, there is an ASP.NET forum, but so far there's only about 4 or 5 of us posting there, and someone here might have the answer), and writing a chat application for work. I need my page to post back to the server ever 10 seconds to refresh the messages on the screen.
Problem: the popular "meta tag http-equiv='refresh'" doesn't actually postback (in .NET anyways), so thats out of the picture. Is there any other way to force a postback without having the client interact with the page?
Thanks guys,
Jack
Lookin' for a little help here: I'm using asp.net (yes yes, there is an ASP.NET forum, but so far there's only about 4 or 5 of us posting there, and someone here might have the answer), and writing a chat application for work. I need my page to post back to the server ever 10 seconds to refresh the messages on the screen.
Problem: the popular "meta tag http-equiv='refresh'" doesn't actually postback (in .NET anyways), so thats out of the picture. Is there any other way to force a postback without having the client interact with the page?
Thanks guys,
Jack