Tagged Questions

The term postback has two meanings, depending on the context, one in relation to web development, and one in relation to open-source software. In the context of web development, a postback is an HTTP POST to the same page that the form is on. In the context of open source software, the term "postback" is often used to describe making your changes available in source code form.

learn more… | top users | synonyms

96
votes
13answers
61k views

jQuery UI Dialog with ASP.NET button postback

I have a jQuery UI Dialog working great on my ASP.NET page: jQuery(function() { jQuery("#dialog").dialog({ draggable: true, resizable: true, show: 'Transfer', hide: 'Transfer', width: 320, ...
39
votes
30answers
85k views

Invalid postback or callback argument. Event validation is enabled using '<pages enableEventValidation=“true”/>'

I am getting the following error when I post back a page from the client-side. I have JavaScript code that modifies an asp:ListBox on the client side. How do we fix this? Error details below: ...
37
votes
4answers
10k views

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 specific to the ASP.NET pages ?
24
votes
4answers
9k views

What is the difference between Page.IsPostBack and Page.IsCallBack?

I've recently ran into some code that checks Page.IsCallBack but I wasn't sure how it is different from Page.IsPostBack. Can anyone enlighten me? Edit: Are they mutually exclusive or can both occur ...
16
votes
6answers
3k views

What methods are available to stop multiple postbacks of a form in ASP.NET MVC?

A common web problem is where a user clicks the submit button of a form multiple times so the server processes the form more than once. This can also happen when a user hits the back button having ...
12
votes
7answers
33k views

jQuery modal form dialog postback problems

I've created a jQuery UI Modal form and I want that form to trigger postback but i'm having difficulty getting it to work. I know there are quite a few articles based on using the SimpleModal plugin ...
12
votes
3answers
8k views

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 fundamentals of ASP.NET forms. Is that correct? If that's it, then all ASP.NET Web ...
12
votes
3answers
12k views

How do I make an onclientclick post back using jquery? asp.net

I need help. I want to recreate the the update panel postback without using a update panel to do the postback. What is the generic method for doing this? For example, on stackoverflow, when you ...
10
votes
5answers
13k views

OnclientClick and OnClick is not working at the same time?

I have a button like the following, <asp:Button ID="pagerLeftButton" runat="server" OnClientClick="disable(this)" onclick="pager_Left_Click" Text="<" /> When I use my button like that, ...
9
votes
10answers
5k views

SimpleModal breaks ASP.Net Postbacks

I'm using jQuery and SimpleModal in an ASP.Net project to make some nice dialogs for a web app. Unfortunately, any buttons in a modal dialog can no longer execute their postbacks, which is not really ...
8
votes
3answers
224 views

Has form post behavior changed in modern browsers? (or How are double clicks handled by the browser)

Background: We are in the process of writing a registration/payment page, and our philosophy was to code all validation and error checking on the server side first, and then add client side validation ...
8
votes
7answers
31k views

asp.net postback with jquery?

Can anyone help, I have a asp.net button but recently replaced it with a standard html button ... What i need to do is postback to an asp.net page and ensure a method is called the button before was ...
7
votes
1answer
173 views

How can I stop a postback from refreshing the page at the client

When I start a postback using __doPostBack, a file is created and going back to the user to download in the HttpContext.Current.Response. Because I change the Response, the page including its ...
7
votes
2answers
174 views

Control values lost when authentication session times out in ASP.NET

I have a ASP.NET website which uses forms authentication. The timeout is twenty minutes. I have noticed that if a user half completes a form, and is then timed out, they are redirected to the login ...
7
votes
6answers
609 views

Prevent duplicate postback in ASP.Net (C#)

Simple one here... is there a clean way of preventing a user from double-clicking a button in a web form and thus causing duplicate events to fire? If I had a comment form for example and the user ...
7
votes
4answers
6k views

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: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ...
6
votes
3answers
240 views

save client html changes

I have a div element that contains a ul element that starts off empty when the page is first loaded. The user can then drag li elements into this div box which will populate the ul element. I need ...
6
votes
6answers
1k views

When do you use If (!IsPostBack) in ASP.NET?

The more I use ASP.NET, the more if (!IsPostBack) {} seems pointless... First example: For example, I just Googled an issue, they said use this as part of the solution: if (!Page.IsPostBack) { ...
6
votes
6answers
1k views

How to intercept any postback in a page? - ASP.NET

I want to intercept any postbacks in the current page BEFORE it occurs . I want to do some custom manipulation before a postback is served. Any ideas how to do that?
6
votes
4answers
5k views

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. If the user then unchecks the box and presses the button to invoke a postback, the ...
6
votes
6answers
8k views

ASP.NET postback with JavaScript

I have several small divs which utilizing jQuery draggable. These divs are placed in an update panel, and on dragstop I use the _doPostBack() JavaScript function. where i extract necessary information ...
6
votes
4answers
7k views

Properly implement a webpart with postback?

What I'm trying to do is to create a webpart that has a textbox where you can set the value of a literal (h2) on the webpart and a "save" button that posts back and then sets the literal accordingly. ...
6
votes
6answers
2k views

How can I create buttons and hook up events from postback

I need to generate buttons initially based on quite a processor and disk intensive search. Each button will represent a selection and trigger a postback. My issue is that the postback does not ...
6
votes
9answers
11k views

ASP.Net: User controls added to placeholder dynamically cannot retrieve values

I am adding some user controls dynamically to a PlaceHolder server control. My user control consists of some labels and some textbox controls. When I submit the form and try to view the contents ...
5
votes
2answers
121 views

use javascript value and doPostback?

i have a page where on click of a button, a javascript function runs. It then aggregates some data and places the data on a hidden field in this page. It then opens a new window. This new window picks ...
5
votes
3answers
267 views

A secure implementation of Page.IsPostBack?

Following my previous question as to whether ASP.net's default Page.IsPostBack implementation is secure (it's not; it can be faked... the HTTP verb doesn't even have to be POST!), I was thinking; ...
5
votes
2answers
1k views

Telerik RadAjaxManager still postbacks

I've the following code in my page: <telerik:RadAjaxManager ID="ajax_manager" runat="server" DefaultLoadingPanelID="ajax_panel"> <AjaxSettings> <telerik:AjaxSetting ...
5
votes
4answers
858 views

How can I persist the data from a repeater after postback?

I have a repeater that displays financial data and prices for various stocks. On this page, I also have an "export" button that needs to take the data ~on the screen~ and convert it into a CSV for ...
5
votes
1answer
378 views

Concurent asynchronous callbacks

Question to die hard asp.net experts. I have spent much time trying to find an answer or to do it myself but no luck so far. ASP.NET web application. I plan to improve page load time so that user ...
5
votes
2answers
485 views

Refreshing/Reloading side effect with ASP.net?

I'm relatively new at web & ASP.Net development, so bear with me. In the course of testing our web pages, I noticed that if a user were to click "Refresh/Reload", and clicks "Retry" when prompted ...
5
votes
4answers
15k views

Jquery - how to open a window and POST to it? (required for bank processing page - doesn't accept querystring)

Is there anyway that i can open a new window in the browser using jquery and post to it. Reason being is my bank requires that i open there payment gateway and pass my values by POST and not GET. I ...
5
votes
6answers
2k views

Custom Server Control causes full postbacks inside of UpdatePanel

I have a custom server control that seems to work fine until I put it in an UpdatePanel. Once inside the UpdatePanel it continues to work fine but the UpdatePanel now does full postbacks when my ...
5
votes
6answers
643 views

What is really stored in Session in ASP.NET?

We are trying to decide how to handle object persistence accross postbacks, to avoid getting the data from the database in every request, and I'm leaning towards using Session (it's an intranet ...
5
votes
2answers
5k views

ClientScriptManager.GetPostBackEventReference Method

I'm trying to understand what this method means as I'm reading this and have wondered what uses this may have. I don't quite understand the example given. Can anyone give another explanation of it. ...
5
votes
9answers
6k views

User Control created dynamically not able to handle events on PostBack

I have a user control which is loaded in the page dynamically using the following code in Init of the Page. Dim oCtl As Object oCtl = LoadControl("~/Controls/UserControl1.ascx") oCtl.Id = ...
5
votes
9answers
10k views

How to check if page is postback within reserved function pageLoad on ASP.NET AJAX

I'm looking for a way to check within pageLoad() if this method is raised during load event because of a postback/async postback or because of being loaded and access the first time. This is similar ...
4
votes
4answers
228 views

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="return false", but in the button doesn't work. How can I fix this?
4
votes
4answers
178 views

How to keep data through postbacks?

I am working on a ASP.NET/C# Website. I am reading data from a database, saving it in a Dictionary Dictionary<string, decimal> Results and then binding it to a ASP.NET chart ...
4
votes
2answers
118 views

Can I move a div using javascript and retain its postback ability?

I've got a list of checkboxes and an ImageButton with an OnClick event in my page, clicking the ImageButton performs a postback and runs the OnClick event fine The trouble is that I want to move the ...
4
votes
3answers
1k views

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 (also hidden initially via jQuery). On click of one radio button, the user is redirected to ...
4
votes
4answers
610 views

Postback fails on ASP.NET page when using Google Analytics

I am using ASP.NET to create a small web app. One of my pages includes some LinkButton controls, which used to work fine until I added a reference to Google Analytics code to it. Now, when I click on ...
4
votes
1answer
609 views

ASP.NET DropDownList OnSelectedIndexChanged problem

I'm trying to use some AJAX and ASP.Net together to enable me to run functions without having to refresh the whole page but i've stumbled across a problem in doing this Here's my code ...
4
votes
1answer
360 views

Load user control and handle post back in ASP.Net

I'm working with asp.net 3.5 c# I've seen a good few questions like this around but havnt actually come across any articles with the answer (maybe just been unlucky with my research!). Basically I'm ...
4
votes
2answers
921 views

Handling ENTER button in TextBox, ASP.NET

I have the following problem in ASP.NET: there is a form that contains a textbox and a button next to it that is supposed to be pressed by the user after filling the box (sample on ...
4
votes
4answers
1k views

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 when a user inserts a new record in one of the listview items my jQuery tabs go back to the ...
4
votes
2answers
444 views

ASP.NET __doPostBack rendered after beginning or near end of form tag

I'm trying to manually call the ASP.NET (3.5) javascript postback function __doPostBack from my javascript code. The problem is that the postback script block, that is normally rendered right after ...
4
votes
4answers
438 views

Problem with jquery #find on partial postback

I have a third party component. It is a calendar control. I have a clientside event on it which fires javascript to show a popup menu. I do everything client side so I can use MVC. dd ...
4
votes
2answers
1k views

maintainscrollpositiononpostback not working with firefox

I am using VS 2008. I like the feature maintainscrollpositiononpostback. It works fine with IE 8. But it does not work consistently with Firefox. Sometimes, instead the line I click on goes to the ...
4
votes
13answers
2k views

Ways to store an object across multiple postbacks

For the sake of argument assume that I have a webform that allows a user to edit order details. User can perform the following functions: Change shipping/payment details (all simple text/dropdowns) ...
4
votes
4answers
8k views

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 created and consists of a list of link buttons. <div id="div1" style="overflow: auto; height: ...

1 2 3 4 5 23