DataSet ds;
ds=null;
if (refresh==true||Session["COLLIGATE_MONTH1"]==null)
{
string sql;
if (this.TextBox1.Text=="" )
{
sql="select top 600 * from COLLIGATE_MONTH1 ";
}
else
{
sql="select * from COLLIGATE_MONTH1 where telnum='"+this.TextBox1.Text+"'";//+" order by db_time desc";
}