ASP.NET DropDownList AutoPostback Not Working – What Am I Missing?
I am attempting to get a DropDownList to AutoPostBack via an UpdatePanel when the selected item is changed. I’m going a little stir-crazy as to why this isn’t working.
I am attempting to get a DropDownList to AutoPostBack via an UpdatePanel when the selected item is changed. I’m going a little stir-crazy as to why this isn’t working.
I’ve a simple asp.net page (framework 3.5) and an UpdatePanel with a series of dropdownlist I want to populate asyncronously. All works fine in all major browsers (Opera, Safari, IE6, IE7, FF3), but not in Chrome.
I have an ASP.NET FormView within an updatepanel. I’m auto-saving the form by setting AutoPostBack=true for each of the items within the FormView.
I have a dropdownlist with the autopostback set to true. I want the
user to confirm if they really want to change the value,
which on post back fires a server side event (selectedindexchanged).