Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have following problem:
master template contains form with script manager
child template contains update panel with macro that contains user control with text boxes and button
The problem is when the button is pressed I have obtained full post back not just for updatepanel.
Any idea?
Regards
AP
Stupid me. This is well known phenomenon in ASP.NET (not Umbraco) when LinkButton in UpdatePanel has no ID set.
So, remember to always set ID for LinkButtons:)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
updatepanel causes full postback
Hi,
I have following problem:
master template contains form with script manager
child template contains update panel with macro that contains user control with text boxes and button
The problem is when the button is pressed I have obtained full post back not just for updatepanel.
Any idea?
Regards
AP
Stupid me. This is well known phenomenon in ASP.NET (not Umbraco) when LinkButton in UpdatePanel has no ID set.
So, remember to always set ID for LinkButtons:)
Regards
AP
is working on a reply...