Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
IsPostBack going from a 2.0 site to a 1.1 page
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Cameron Eckman, post: 1924077"] I have a ASP.NET page in a site running in 1.1 framework. The page takes submissions of forms from other sites on the same server to prepopulate some of the items in it. If the posting site is ASP or ASP.NET 1.1, the IsPostBack property is false when the 1.1 page is first loaded. If the posting site is ASP.NET 2.0, the IsPostBack property is true when the 1.1 page is first loaded. Is this normal behavior or is there some 2.0 setting to prevent this? My workaround for now is: if ((this.Request.Url != this.Request.UrlReferrer) && (! this.IsPostBack)) //code to excute Thanks in advance. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
IsPostBack going from a 2.0 site to a 1.1 page
Top