A
Antoine
Hi
I want to avoid postback on a calendar. I have a .NET calendar control in
asp.net.
Ideally I would like to remove any indication of the postback fore/back
months. It sucks.
I would like to control that off another, smaller popup style java cal but
permanetetly in place. Anyone done that?
I already have a sample javascript of choice, I just am not sure how they
refer to values selected from java/html selections in the real world! Is it
a case of a hidden field getting updated during the movement and selection
of date, do you think?
I already have this with one field I am using for some different static
variable I am using, with 0 width to pass as a variable between the
codebehind so it can be used on the aspx page.
I guess I have to do something similar to use with the javascript calendar
(on update, update this field kind of thing?).
Thanks for any reply
Cheers
Ant
I want to avoid postback on a calendar. I have a .NET calendar control in
asp.net.
Ideally I would like to remove any indication of the postback fore/back
months. It sucks.
I would like to control that off another, smaller popup style java cal but
permanetetly in place. Anyone done that?
I already have a sample javascript of choice, I just am not sure how they
refer to values selected from java/html selections in the real world! Is it
a case of a hidden field getting updated during the movement and selection
of date, do you think?
I already have this with one field I am using for some different static
variable I am using, with 0 width to pass as a variable between the
codebehind so it can be used on the aspx page.
I guess I have to do something similar to use with the javascript calendar
(on update, update this field kind of thing?).
Thanks for any reply
Cheers
Ant