| Author: sathiya 02 Sep 2008 | Member Level: Gold | Rating: Points: 6 |
No Need to implement Ajax concept in winforms. Actually Ajax is nothing but simulating the Win-forms functionlity in Web. For example while Event has fired(ie buttion has clicked), In Win-forms Only the Button click event will fire without form reloding.but in Web-forms, the Page is recreated (bez http is stateless)and click event will fire. Ajax is used in web application for firing server event without page reload....
|
| Author: D.Jeya kumar(JK) 02 Sep 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi,
We cannot use Asjx controls in windows applciation . it is only for the web application to avoid the post back
Ajax is to avoid the post back in web forms. here there is no post back or time delay while reteriving the data.
Ajax is used in web application to behave the web forms just like windows application.
check the below site to know more about the ajax and where it can used...
http://ajaxpatterns.org/Whats_Ajax Regards JK
|