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
Post a Comment