1,显示行数; 选中一行; 获取某字段值
.RowCount; CurrentRow!=null; currentRow.Cells["T"].Values
2,DataSet.Tables[0].DefaultView.RowFilter = "CSharp >" + this.txtScore.Text.Trim(); //在datatable里条件筛选
3,Datatime.Now.AddDay(10) //当前的时间再加10天的时间
4,SelectedIndexChanged //下拉框点击事件
5,datatime.Tostring("yyyyMMdd") //按照需求显示相应的格局
,