If pc1 and pc2 on the same page. Pc1 change the status on a field, how do I get pc2's aspx page to get the update without a refresh?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Jon B, kekekela, Fabrício Matté, Andrew Barber♦, LittleBobbyTables Nov 2 '12 at 19:59
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The short answer is that you need more power. You can use the ajax push engine. It's nice because both the server side and client side code are written in JavaScript. Flash can do that kind of stuff, if you like Flash. But I'm not sure how. |
|||
|
|