#region 事件:设定一级类别初始值
    protected void DropClassType_DataBound(object sender, EventArgs e)
    {
        DropClassType.Items.Insert(0, new ListItem(" ", " "));
        DropClassType.Text = " ";
    }
    #endregion

相关文章:

  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-09-20
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2021-06-16
  • 2021-11-08
  • 2022-12-23
  • 2021-11-13
  • 2022-01-08
相关资源
相似解决方案