Topic profile page for Postback.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Postback.
Topic "Postback" was discussed 9,896 times on 203 sites in last 3 months
Started 3 days, 13 hours ago (2009-11-30 18:08:16)
by noxinoobin
I am trying to use Lightwindow in a ASP.Net page to display a external website in a modal window. When it first loads the Lightwindow triggers with out a hitch but upon a async postback it no longer displays the Lightwindow but rather redirects to the specified page. I have tried registering the scripts with Page.ClientScript.RegisterClientScriptInclude as well as ScriptManager....
Started 5 days, 23 hours ago (2009-11-28 08:30:58)
by KeesASP
Hi, I used the createuserwizard to create users and let them fill in some additinal info like address and country. For the country, I am using a dropdownlist. After the selection of the correct country, the page generates a postback and the types password and re-type password fields are emptied. BTW, My password is not in clear text, but SHA1. Any other solutions available then ...
Started 1 week ago (2009-11-26 19:38:00)
by Graham Hardy
I am creating a dynamic PeopleEditor control in a GridView. When i allow paging and page to the next page or Postback else where in the application the user accounts that have been saved in the PeoleEditor Control disappear. No values are shown. Any ideas on how to resolve this>
Started 1 week, 1 day ago (2009-11-25 14:12:00)
by staywarde
Hi guys. I am developing a website where the client download and xml-file in javascript and put in a dropdownbox , but my problem is, when i want the data from the dropdownbox in a postback I just get a empty value. How can I fix that? I know the problem is the ViewState don't have the data and because of the security asp.net is like this. Thanks....
Started 1 week, 1 day ago (2009-11-25 11:30:00)
by mad-halfling
I've got a bunch of buttons that I am creating in code-behind and want to use the command argument on, so I am hooking up a single method to their command events, but when I click them tha page jsut seems to do a normal postback - I have put a break-point on the addMoveButton_Command method but it isn't being called. Is there any reason why this might be? (I am taking a lot of the containers ...
Started 1 week, 1 day ago (2009-11-25 12:30:00)
by raharayi
I want do Multi postback in the One time and One Page . is it possible? Moved by Rudedog2 Wednesday, November 25, 2009 6:03 PM (From:Visual C# Language)
Started 6 days, 21 hours ago (2009-11-27 10:06:00)
by aspless
Wondering if any one has a good example for the issue below: I have a table which displays sql results. Within each row i have an image hyperlink which allows me to open a hidden row directly below the record using a querystring. In this row is a simple form which posts a value back to the page. What i am having issues with is the ability to maintain the possition of the page after ...
Started 6 days, 22 hours ago (2009-11-27 08:47:00)
by AtTheDriveIn
Hi there, i am working on a page which allows the user to find database entries based on searchfilters. These filters should be added dynamically to the page, by clicking on an "addNewFilter_Button". A seachfilter is a UserControl consisting of two DropDownLists and a TextBox. On the click-eventhandler of the add-button i create a new searchfilter-user control with "LoadControl(....)" and add...
Started 3 days, 23 hours ago (2009-11-30 07:49:06)
by igorid
I have an array which is shared among several Subs. Depending on the selected radiobutton a calendar is formed with highlighted days that can be selected. However, whenever a next month button is pressed or another date is selected the Public array containing availability criteria is reset to initial values. May I somehow conserve its values? Partial Class GroupSelection Inherits ...
Started 1 week, 1 day ago (2009-11-25 17:15:00)
by Odis
Let get this out of the way, I am completely new to this, so I hope I've posted in the correct section. I am having a bit of trouble understanding just how postbacks work/are implemented. I was just accepted to CPALead, however, I am just not having any luck understanding their info on postbacks. Again, I am completely new to this so I am sorry for the very newbie question. ...
Started 1 week, 1 day ago (2009-11-26 03:41:00)
by DotNet2010
How I can read the previous view state of the controls (The view state of the controls before the postback) Or how to prevent the View state to update the controls when I click on a close button and return the form to its previous state. thanks
Started 1 week, 1 day ago (2009-11-25 10:13:00)
by bauey
Hi ppol! I have been able to do ClientCallbacks on a normal page and on a content page. What I need to do now is do the same for my code inside a web user control. My web user control works fine but it is still using doing a postback when you click on buttons and stuff. I wanted to take the postback out of the equation by using ClientCallbacks on it but so far no success. Does anybody know ...
Started 1 week ago (2009-11-26 10:41:28)
by palsanjay123@live.in
hi, I not able to fire the selectedindexchanged event for dropdownlist. I have autopostback =true , even then i am not able to postback. please suggest. thanks.
Started 5 days, 15 hours ago (2009-11-28 16:33:05)
by Boddam
Hi, I would like to have a variable set to 0 when page is loaded. Then I have a button on the page with which I would like to increase the variable by 2 for each click. So when I click the button the page will postback and the variable will now be 2, if I click it again 4, then 6,8,10 and so on. But if I do a full page load (no postback) I would like the varible to return to its original 0 ...
Started 3 days, 9 hours ago (2009-11-30 21:57:43)
by kook88
hi, my porhect had alot of AutoPostBack = true in button or dropdownlist and some other function but the user feel quite irritated which when is it postback it will appear to the top of the page again... i had done all the coding... it there any minimal change i can do for not letting it post back to the top every time i post back