hi friends,
how to write if condition
if Label1.Text is empty
string CommandText = "select * from emp Order By calldate desc limit 20";
otherwise run this
string CommandText = "select * from empOrder By calldate desc limit 20 WHERE calldate > '" + Label1.Text + "' Order By calldate desc limit 20";
please give the code for it
thanks.