Top "Partial-postback" questions

What is a Partial Postback?

I'm an experienced web developer in several different web technology stacks. I currently work in .Net and I've become curious …

asp.net partial-postback
User control inside update panel causing full page postback

I have a user control with linkbuttons (used for paging) and a repeater inside an update panel. The paging works …

asp.net updatepanel postback partial-postback
jQuery is not working after partial postback

I have this jquery functions below in external file. So after partial postback jquery is not working. I need to …

c# asp.net jquery partial-postback
Persist c# objects across postbacks

I've got an asp.net page that has c# code-behind that does some stuff in the Page_Load() method (like …

c# asp.net postback partial-postback
Checkboxlist inside UpdatePanel triggers full postback when an item is checked

So I have this Checkboxlist and I want to implement a Select All feature for the elements inside it. I …

asp.net updatepanel postback checkboxlist partial-postback
Update Panel refresh on code behind function call in C# - Ajax

I am using Uploadify v2.1.4 to upload images using ASP.Net C# FM 4.0. In this page i have other controls …

asp.net ajax c#-4.0 partial-page-refresh partial-postback
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. …

asp.net file-upload updatepanel postback partial-postback