Simple AJAX model is to request some information to the server and the server returns response. If i am correct then it is called as a pull model.
However while reading some of the web 2.0 concepts i have came across push model stuff say for example the real time application like displaying the shock exchange price update on the web page. Where server is pushing the information to the client frequently and client updating the information.
Now how can i implement this behavior using ASP.NET or there is other framework that i have to use for this purpose ? Or is this just a theoretical model ?