real time Texas Holdem

I suggest You look into JavaScript JSON or Ajax controls.
Meta tags won’t help as they as designed to refresh the entire page and you often see the lag of loading the page between IE9 and Google Chrome. That would definitely adversely affect your multi-player environment.
Stick with the partial view, because that is the way to go, but in your view have a Ajax function, datatype:json , type:post, and use the success of the function to do whatever process is required.

Leave a Comment