DATE Jul/16/2013 Tue 02:22:57 PM Jul/17/2013 wed 02:22:57 PM Jul/18/2013 thur 02:22:57 PM Jul/19/2013 fri 02:22:57 PM i had a DB field like this, by using this i need to search item. one ddl box contains "Year" another ddl box contains "Month" and click search button by using these how i can search the items, what is the condition??? can any one helps me
Dim Strdate As String If Not String.IsNullOrEmpty(ddlmonth.SelectedValue) Then Strdate = ddlCustomer.SelectedValue End If If Not String.IsNullOrEmpty(ddlyear.SelectedValue) Then Strdate = Strdate & ddlProject.SelectedValue End If
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)