I want to search all the records between two dates. I have the DOCUMENT table which contains the followings fields.
Doc_ID
Doc_Date
Doc_Status
I want to search all the records between two dates. the dates are passed on search page and the page should display all the records between two dates passed on search page.