Would it be possible to add a default check for the selecteddate query parameter in the general
SelectedDate property together with the cookie check rather than only in the EventDetails control.
That's only a couple of lines to add.
( for reference, EventDetails, line 170:
SelectedDate = Convert.ToDateTime(Request.Params("selecteddate"))
)
That would allow to link to a page with the calendar open to the right month, which I have a need for now, when trying to advertise an event planned for next december. I find it hard to explain to my clients they have to navigate manually to the corresponding month.
Also, more generally, I think many linkbuttons should be replaced with standard links with params, allowing for similar external linking, and making the module much more crawler friendly. PostBacks should be kept for when page's data needs to be retrieved. Passing simple parameters should not rely to posting.
Keep on the good work.
Cheers