G
gnewsgroup
I know AjaxControlToolKit has a popup calendar control. It does not
seem to have a year navigation option. In other words, if I wanna
select a date in 1012, I will have to navigate to that year monthly
--- dozens of clicks in a row!
I prefer the free javascript popup calendar at
http://www.mattkruse.com/javascript/calendarpopup/
I tried it out. It works perfectly if I simply do it in a traditional
HTML page or a plain independent ASPX page. But, it does not work if
the ASPX page has a master page.
The error message is the kind of notorious Javacript error which says
that the thing referred to "is null or not an object".
It is hard to NOT to have a master page these days, right? So,
besides NOT using master pages, is there a solution to this problem?
Looks like the the javascript calendar script is not loaded if we use
master page, since it is complaining about null or non-object-hood.
Thank you.
seem to have a year navigation option. In other words, if I wanna
select a date in 1012, I will have to navigate to that year monthly
--- dozens of clicks in a row!
I prefer the free javascript popup calendar at
http://www.mattkruse.com/javascript/calendarpopup/
I tried it out. It works perfectly if I simply do it in a traditional
HTML page or a plain independent ASPX page. But, it does not work if
the ASPX page has a master page.
The error message is the kind of notorious Javacript error which says
that the thing referred to "is null or not an object".
It is hard to NOT to have a master page these days, right? So,
besides NOT using master pages, is there a solution to this problem?
Looks like the the javascript calendar script is not loaded if we use
master page, since it is complaining about null or non-object-hood.
Thank you.