Hello, I have 2 calendar objects which is used to select a date range(user input from,to) and it displays the appropriate details in the listbox for that date range. Now if i click on a particular item on the listbox,I want that particular detail in the calendar object.How can we implement it?
Eg: Consider adata named 'A' which was logged on Jun-2010.I have selected a range from Jan 2010 to Jun 2015.Listbox displays all data in that range.Now if i select one data from the list box(A),it should display Jun-2010 in the calendar object(to).