Asp.net callback [closed]
I am trying to learn how to create a more real time callback from one client to another within asp.net. I did a little googleing and found asp.net callbacks with script manager within asp.net. What is the best pattern and practice for creating an on demand website between mutiple clients? Is the scriptmanager and detecting the current user that is signed it best practice?(
Use jQuery's AJAX functionality and ASP.Net WebServices to pass JSON data back and forth. Easy. If that's what you're talking about... I don't quite get it.
精彩评论