On the event WebCalendar1_ValueChanged(object sender, Infragistics.WebUI.WebSchedule.ValueChangedEventArgs e)
I redirect the user to another page. If the user goes back to the initial page (with the calndar) using the back button the following happens: when he tries to navigate to the next month the control fires the WebCalendar1_ValueChanged
event with the value I called previously.
I assume it has to do with the viewstate of the WebCalendar.
How can I stop it doing that ?