Hi All,
Any one Working Data table Concept , i need Date Range Search , please Give me suggestion.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhay ShankerPosted Feb 7, 2016, 11:16 AM
DataTable dt2 =newDataTable();dt2 = ds.Tables[0].Select().Where(p => (Convert.ToDateTime(p["DOB"]) >= Convert.ToDateTime("12/12/1996")) && (Convert.ToDateTime(p["DOB"]) >= Convert.ToDateTime("12/12/1996"))).CopyToDataTable();Abhay ShankerPosted Feb 7, 2016, 11:14 AM
Abubakar DandotiPosted Feb 7, 2016, 6:50 AM