通过组合框选择一个项目名称,而不是使用c#
select one item name through combo box than other combobox show item price by using c#
推荐答案选中此项目名称:- www.aspdotnet-suresh/2012/09/aspnet-dropdownlist- selectedindexchange_1.html [ ^ ] check this one :- www.aspdotnet-suresh/2012/09/aspnet-dropdownlist-selectedindexchange_1.html[^]
,您可以使用第一个组合框的 SelectedIndexChanged 事件. 并在这种情况下编写代码以填充第二个组合框. you can use SelectedIndexChanged event of first combo-box. and in that event write your code to fill 2nd combo-box.