Questions tagged [partial-postback]

64 questions
1
vote
1 answer

UpdatePanel - moving a control in the DOM causes such controls to be reset to their original state upon partial postback

All controls involved are within the same update panel. On the initial page load, I am moving controls in the DOM as such: DIV_Child.Parent.Controls.Remove(DIV_Child) 'Remove from original parent' DIV_NewParent.Controls.Add(DIV_Child) On the…
Brian Webster
  • 30,033
  • 48
  • 152
  • 225
1
vote
1 answer

Inline Server Tags Re-Eavluated on Partial Postback from UpdatePanel?

I have a web application where I'm trying to use a user control with an UpdatePanel so that the control can be updated on the web page using a partial postback. I have defined the ScriptManager in the Master page for the site. It is place outside of…
Richard
  • 33
  • 3
1
vote
1 answer

File upload is not working with AsyncPostBackTrigger in ASP.Net

I have one html file upload control to upload the profile picture and I'm using update panel and AsyncPostBackTrigger trigger. If I use PostBackTrigger then uploading of profile image works but If I use AsyncPostBackTrigger then uploading doesn't…
1
vote
1 answer

ScriptManager.RegisterExpandoAttribute isn't working for ajax

I'm creating a server control, which has a property that I am adding as an expando attribute. It works on the initial page load, but after a partial postback, it stops working. My expando attribute is gone. The class is a class derived from a…
Eric
  • 930
  • 1
  • 6
  • 14
1
vote
2 answers

JQuery partial postback for dynamic control doesn't work

I am using Eric Hynds’ jQuery for a multi-select list. I have created the control dynamically in the code behind and can successfully bind to it. The source would look something like: