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

python - rpy2 import is not working -

c++ - How to load a bitmap from file into the samples buffer -

javascript - How to get MySQL query result returned using $.ajax -