Top "Postback" questions

A postback is a technique in web development in which a page sends an HTTP POST back to the same form on the server.

Disable postback at click on a button

I want do disable postback after clicking a <asp:Button>. I've tried to do that by assigning onclick="…

c# asp.net postback
ASP.net Postback - Scroll to Specific Position

I have an ASP.net WebForms page that has a lot of content on the top of the screen. It …

c# asp.net postback webforms
ASP.NET postback with jQuery?

I have a ASP.NET button but recently, I replaced it with a standard HTML button ... What I need to …

asp.net jquery user-interface postback modal-dialog
How to detect/track postback in javascript?

How to detect/track/check postback in javascript(e.g in asp.net Page.isPostBack())? Any suggestion?

asp.net javascript postback
Difference between a Postback and a Callback

I keep on hearing this words 'callback' and 'postback' tossed around. What is the difference between two ? Is postback very …

asp.net javascript postback callback
ASP.NET DropDownList not retaining selected item on postback

I have an ASP DropDownList that gets populated on the Page_Load event, after i select an item and hit …

asp.net drop-down-menu postback selection
ListItems attributes in a DropDownList are lost on postback?

A coworker showed me this: He has a DropDownList and a button on a web page. Here's the code behind: …

asp.net drop-down-menu postback behavior listitem
ajax "loading" icon with UpdatePanel postbacks

I have a form that is being dynamically built depending on user selection using Ajax (built in .NET Ajax with …

c# asp.net ajax updatepanel postback
jQuery modal form dialog postback problems

I've created a jQuery UI Modal form, and I want that form to trigger a postback, but I'm having difficulty …

asp.net jquery-ui postback
ASP.Net page enter key causing post back

I have an aspx page that postsback when it should not. there are two text boxes, two listboxes and two …

c# asp.net postback