cs代码:
if (!IsPostBack)
{
lblCount.Text = "当前共有" + ((DataView)this.SqlDataSource1.Select(DataSourceSelectArguments.Empty)).Count.ToString() + "条记录";