I'm using cascading dropdown list and I want to refresh each dropdown in the on change event For example: I have two dropdown list, in the first one I have the following options A,B,C in the second one I have D,E,F if I select in the first DropDown option A I want to refresh the second one and so on with each DropDown. For now I put an empty string like this "" on change event but that's not the proper form.
On the other, hand how can I create an autopostback when I change values in one of the dropdown list, I mean a "refresh" when I upload the form to SharePoint. The idea is when the form is uploaded on the web I want to make another refresh when I change a value in one of the dropdownlist.
Im' Coding with C# on Visual Studio For Applications