Protected dtc As DataTable Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load '在此处放置初始化页的用户代码 dtc = GetTable("select * from city") DropDownList1.Attributes("onchange") = "SCity(this.value)"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-08-26
猜你喜欢
  • 2021-05-26
  • 2021-06-21
相关资源
相似解决方案