Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能很容易解决,但无法做到以下几点:
protected void gSelectApplied(object sender, EventArgs e) { ComboBox box = (ComboBox)sender; }
因为 ComboBox 对象不存在于导入的库中。我继续查看 Microsoft 文档,但无法访问 System.Windows.* 库。
您想要ASP.NET DropDownList。