N
Nathan Sokalski
I have an UpdatePanel that contains a LinkButton with a PostBackUrl. The
LinkButton is marked as a PostBackTrigger, so it does a full postback.
However, when it posts back, it goes straight to the page specified in the
PostBackUrl. I always thought (and the way I have always used it in the
past, where it worked) that it posted back to the page the button is on,
executed the stuff like Page_Load and the eventhandler for the button's
Click event, created the PreviousPage property, and then went to the page
specified in PostBackUrl. When using PostBackUrl, is it supposed to execute
the current page before going to the one specified in the PostBackUrl
property? Thanks.
Nathan Sokalski
(e-mail address removed)
http://www.nathansokalski.com/
LinkButton is marked as a PostBackTrigger, so it does a full postback.
However, when it posts back, it goes straight to the page specified in the
PostBackUrl. I always thought (and the way I have always used it in the
past, where it worked) that it posted back to the page the button is on,
executed the stuff like Page_Load and the eventhandler for the button's
Click event, created the PreviousPage property, and then went to the page
specified in PostBackUrl. When using PostBackUrl, is it supposed to execute
the current page before going to the one specified in the PostBackUrl
property? Thanks.
Nathan Sokalski
(e-mail address removed)
http://www.nathansokalski.com/