SyntaxFix
Write A Post
Hire A Developer
Questions
DateTime start1 = DateTime.Parse(txtDate.Text); SELECT * FROM dbo.March2010 A WHERE A.Date >= start1;
First convert TexBox into the Datetime then....use that variable into the Query