Top "Autopostback" questions

autopostback is an attribute set on asp.

Difference between AutoPostBack=True and AutoPostBack=False?

What's the difference between AutoPostBack=True and AutoPostBack=False?

asp.net autopostback
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 …

c# asp.net updatepanel autopostback
Asp.NET DropDownList Resets SelectedIndex after PostBack

After doing a lot of research online I'm still stumped by this problem. I have a page that loads the …

asp.net drop-down-menu autopostback
ASP .Net Textbox Textchanged event

I have a webpage. I show records from table, lets say, students in my page. I query all the students …

asp.net textbox autopostback
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
Dropdown OnSelectedIndexChanged not firing

The OnSelectedIndexChanged event is not firing for my dropdown box. All forums I have looked at told me to add …

c# asp.net drop-down-menu autopostback selectedindexchanged
C# How to set the autopostback property when using asp.net mvc?

I am using asp.net MVC framework. On my page i have a dropdwonbox and when an option is clicked …

c# asp.net-mvc combobox autopostback
Asp.Net, DropDownList, AutoPostBack and Google Chrome

I've a simple asp.net page (framework 3.5) and an UpdatePanel with a series of dropdownlist I want to populate asyncronously. …

asp.net drop-down-menu google-chrome autopostback
AutoPostback with TextBox loses focus

A TextBox is set to AutoPostback as changing the value should cause a number of (display-only) fields to be recalculated …

asp.net textbox focus autopostback
DropDownList SelectedIndex value not updating on AutoPostback

It looks like this question was addressed here, but his solution did not work for me. I am creating a …

asp.net vb.net linq autopostback