Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I want to know is there any equivalent to IsPostback in WPF.

Thanks in advance
Posted
Comments
bbirajdar 13-Mar-13 5:06am    
There is no postback in winforms
Zoltán Zörgő 13-Mar-13 5:58am    
What do you want exactly? In WPF there is no client and server separation of the GUI, all GUI event are handled directly, and all changes made on the interface from code are instantly effective.
Yaseer Arafat 22-Mar-13 8:34am    
I think you have miss understanding about postback.

1 solution

Read this article it will help you understand what is postback.

http://stackoverflow.com/questions/4251157/what-is-a-postback[^]

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900