页面上放了8个下拉选择,而且选项值都是一样的(积分,实物,谢谢惠顾),所以在后台定义了一个ListItem 对象, 8个DropDownList全绑定 list对象。
ListItem list new ListItem("积分",&q…
界面:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;namespace ComBoxDemoWind…