在cs类里面如何调用WebControls类如果我要封装一个populateDropDownList(DropDownListddlname){}在一个公
在cs类里面如何调用WebControls类
如果我要封装一个populateDropDownList( DropDownList ddlname) {} 在一个公用类里面CommonClass.cs里面,
我在CommonClass.cs里面已经 using System.Web.UI.WebControls; 但是我点DropDownList 出不来。。。
为什么,不是引用了么?
[解决办法]
添加System.Web程序集
