Hi
We are using toolbar of MicrosoftWebcontrol in our Asp.net Forms
I Used ToolbarDropdownList in Toolbar if I used ToolbarButton in Toolbar when I click on it
The Toolbar_ButtonClick And Toolbar_change Events Will Fires, but if I change selection of dropdownlist (autopostback=true) none is fired(change and Buttonclick events)
In Microsoft document explained that with change in selection of ToolbarDropdownList change Event will fire,but it didn't occur in my form and I had to define a new event for toolbarDropdownlist.
How could I solve this problem? I appreciate for any guides.
Best Regard
A.Doroudian