摘要:
将多个字段合并成一个字段如下: dt = bllpkgdateprice.GetPriceList(pid); dt.Columns.Add("Text", System.Type.GetType("System.String"), "'出发日期:'+Ddate+'价格:'+DPrice+'元/人'"); DropDownList1.DataSource = dt.DefaultView; Dro... 阅读全文
posted @ 2010-08-05 17:37
mingtian
阅读(1345)
评论(0)
推荐(0)