DataList分页
摘要:
DataSet myDataSet = new DataSet();
myDataSet = myBUProduct.GetOwnList(myBaseDBCon);
//this.lstNewProAll.DataSource = myDataSet.Tables[0];
//this.lstNewProAll.DataBind();
try
{
... 阅读全文
posted @ 2009-05-08 09:53
北极之冰
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号