Hello,
I have a textbox, a previous button (<<), a plus button (+) and a next button (>>).
When a user clicks a plus button, he can enter the date in textbox. He could enter unlimited number of dates this way.
Now user, if he clicks previous button (<<), the previous entered date should come up and if he clicks the next button (>>), the date entered in textbox by clicking plus (+) should come up.
What logic should i use?
FYI,I have tried this using session and arraylist
let me know for any inputs required.
Thanks!