This question about jquery plugin fullcalendar.
How I can return to selected date after postback?..
For example, i have week agenda as default view. Assume I choose next week (custom week) and create the event in it.
After postback I return to default week, but I want get custom week.
How can be resolved this issue?.. Please help!
Thanks
The javascript can get values from a property, so put the value into the session state before postback. On postback pull the value from the session state into the property. From the client then get the value from the property.
Server Side:
Client Side: