Can Page.IsPostBack property be used in Windows forms?? c# -


Hi friends, I'm trying to use "Page.IsPostBack" in my Windows project. I know that it can be used on the web page, but can it be used as a Windows? If this is the case, then will I need to import anything? No, these are two completely different criteria i IsPostBack is for stateless programming, while the windows form Is stable.


Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

python - rpy2 import is not working -