0
Reply

adding arraylist to viewstate

Arunkumar

Arunkumar

Oct 12 2006 6:33 AM
3.8k
hi all,

I'm working on a page in which during the page load, i populate holidays for the calendar year and saving it in a arraylist, and when the employee enters a day for applying leave, the page gets posted and the arraylist gets cleared, need to hold the value in arraylist using viewstate.

How do i go about????