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.

Maintain Panel Scroll Position On Partial Postback ASP.NET

I have a gridview that putted in ASP.NET Panel. both of panel and Gridview are in an UpdatePanel. there …

asp.net updatepanel postback scroll
After postback my JavaScript function doesn't work in ASP.NET

I have common functions and I collapse it on CommonFunctions.js in Scripts folder. I include it on my master …

c# jquery asp.net postback
jQuery call __doPostBack on LinkButton

I have a LinkButton that I need to perform a click on to cause a postback. The actual link target …

asp.net jquery postback linkbutton dopostback
Get PHP to stop replacing '.' characters in $_GET or $_POST arrays?

If I pass PHP variables with . in their names via $_GET PHP auto-replaces them with _ characters. For example: <?php …

php regex postback
How to prevent a password input from clearing after submit?

If you have a page with an <asp:TextBox TextMode="Password" ... />. How can you keep the value after …

c# asp.net postback
How to keep the Text of a Read only TextBox after PostBack()?

I have an ASP.NET TextBox and I want it to be ReadOnly. (The user modify it using another control) …

c# asp.net textbox postback readonly
Make postback when the OkButton in a ModalPopup is clicked in ASP.NET AJAX

I follow the example in Atlas: Creating a Confirmation Using the ModalPopup Extender to make a postback when the OkButton …

asp.net-ajax postback ajaxcontroltoolkit modalpopupextender
Partial postback with Javascript

I couldn't find something similar in SO. In ASP.NET, is there any way that on cue I can cause …

javascript asp.net ajax postback
ASP.Net Checkbox value at postback is wrong?

We have a checkbox that is initially disabled and checked. It is then enabled on the client side through javascript. …

asp.net checkbox client postback
ASP.NET - Is it possible to trigger a postback from server code?

Is it possible to to programmatically trigger a postback from server code in ASP.NET? I know that it is …

asp.net postback