Hello All,
I have an ASP.NET Calendar control which works great in IE...
but in Mozilla Firefox, when we click next/previous month links it gives 404 NOT FOUND.... basically I cannot traverse to any other month except the current month..
The javascript executed on next/prev month click is :- __doPostBack('< name of calendar control>',<'A number representing month (I suppose)>')
Does Mozilla have any grudges against javascript??
Any help will be highly appreciated
Thanks,
Steve
I have an ASP.NET Calendar control which works great in IE...
but in Mozilla Firefox, when we click next/previous month links it gives 404 NOT FOUND.... basically I cannot traverse to any other month except the current month..
The javascript executed on next/prev month click is :- __doPostBack('< name of calendar control>',<'A number representing month (I suppose)>')
Does Mozilla have any grudges against javascript??
Any help will be highly appreciated
Thanks,
Steve
Comment