I have a web part which consists of two datetime controls to pick start date and end date which will check a list column value of type date and time.
Since the two types are not same...could your please tell me how to check this value in between the two datetime control values?
i have this statement:
........
SPList listObj=webObj.GetList(listURL);
i want listObj to contain the records already trimmed down by the condition of start date and end date..is it achievable