摘要:
Using System.Diagnostics;Stopwatch st = new Stopwatch();st.Start();Repeater1.DataSource = SQLHelper.ExcuteDataSet().Table[0];Repeater1.DataBind();st.Stop();Label1.Text = st.ElapsedMilliseconds.ToStrin... 阅读全文
posted @ 2009-07-15 11:01
风也无奈
阅读(293)
评论(0)
推荐(0)