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.

Base class includes field but type not compatible with type of control

The base class includes the field 'lbl', but its type (web.App_Code.CustomLabelControl) is not compatible with the type …

c# asp.net postback web-controls app-code
PHP: on select change, post form to self

It's basically what the title says.. I have a form with a select control that I want to force the …

php javascript forms postback
Maintain scroll position of a div within a page on postback

I have a div within an aspx page with overflow set to auto. The contents of the div are dynamically …

asp.net html scroll postback scroll-position
Stop a postback in javascript

i have an ASP webform with a JQuery Thickbox, i have an image that opens the thickbox when user click. …

asp.net javascript postback thickbox
Staying on current jQuery tab across post back?

I am using jQuery tabs and an ASP.NET listview to display and edit some information. My problem is that …

asp.net jquery postback
Run jQuery function on PostBack (ASP.NET)

I have a form which is initially hidden via jQuery, and on click of a button two radio buttons appear (…

jquery asp.net postback
JavaScript: Multiple parameters in __doPostBack

First of all, the only post (calling-multiple-dopostback-from-javascript) I found about this didn't help my problem, so I don't belive this …

javascript asp.net postback
ASP.NET MVC doesn't work with ViewState and Postback?

Perhaps this is a naive question. In my understanding, ASP.NET MVC cannot work with ViewState and Postback which is …

asp.net asp.net-mvc controls postback
Restore a drop down selected item after postback

I'm trying to refresh page when an item of the drop down list is selected. DropDownList never gets last selected …

asp.net postback viewstate autopostback selectedindexchanged
Checkbox in TemplateField in Gridview loses checked on postback

I have a gridview with a template field. In that template field is a checkbox. I have a submit button …

c# asp.net gridview checkbox postback