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
Page does not postback
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="stephen, post: 3433621"] Hi, This really confuses me... I have a web application and it has 2 pages in 2 seperate folders. The first is [URL]http://localhost:4090/Test/Pages/Contract/con.aspx[/URL] and second is: [URL]http://localhost:4090/Test/Pages/Order/ord.aspx[/URL] First i navigate to the first url and click "buttons" on the page (i postback to the samepage) and if (!page.ispostback) and then navigate to the secnd url and and click "buttons" on the page (i postback to the samepage) and if (!page.ispostback) Problem: If i goto the addressbar and change the url to the first one the pageload event does not trigger but it triggers when i click the button. I know that the page reloads, the pageLoad event has to fire, then why does it not trigger in this case? I am confused, please advice Stephen [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Page does not postback
Top