Adding a Command Argument to a DropDownList nested in a Listview
Is it possible to add to a DropDownList 开发者_StackOverflow社区Control nested in a Listview a Command Argument? I want it to execute a function if the selected index is changed.
Yes it's possible. You may implement you own control derived from the DropDownList and implement IButtonControl interface on it.
精彩评论