if (!string.IsNullOrEmpty(CTimeS.Text))<br> {<br><br><br> Filter = Filter + "Datatime >= " + CTimeS.Text + " and ";<br> }