0
votes
5answers
427 views
asp.net dropDownBox selectedIndex not being maintained.
I have a weird problem with a dropdownbox selectedIndex always being set to 0 upon postback. I'm not accidentally rebinding it in my code. In fact I've placed a breakpoint at the very first line of …
4
votes
What control is this? (”Open” Button with Drop Down)
I think what you are looking for is called a toolStripSplitButton. It is only available in a toolStrip. But you can add a toolStripContainer anywhere on your form and then put the toolStrip and too …
