摘要:
private void Page_Load(object sender, EventArgs e){ if (!this.IsPostBack) { this.buildMenu(); }}private void buildMenu(){ DataSet ds = new DataSet(); ComponentArt.Web.UI.NavBarItem newitm ; ... 阅读全文
posted @ 2006-03-28 14:34
城
阅读(406)
评论(0)
推荐(0)