G
Guest
I'm working with ASP.Net 1.1. I have a user control that displays a
javascript/DHTML calendar (because the normal calendar is clunky-real estate
issue). I am using Microsoft.Web.UI.Webcontrols for the Tabstrip. On the
first tab I have a date user control, it works.... when I select next to
proceed to the next tab, I write the information to the DB(SQL) because I
need the ID. I have a date user control on the second tab, when I select
this I get an Object required error on this line in js
crossobj=(dom)?document.getElementById("calendar").style : ie?
document.all.calendar : document.calendar
I've tried several things i.e.
swapping the user control on the second tab with the one on the first tab.
result: the one on the first tab works (so it's not the name)
I've copied the date user control twice on the first page. result: they both
work.
Suggestions? Preferably solution...
javascript/DHTML calendar (because the normal calendar is clunky-real estate
issue). I am using Microsoft.Web.UI.Webcontrols for the Tabstrip. On the
first tab I have a date user control, it works.... when I select next to
proceed to the next tab, I write the information to the DB(SQL) because I
need the ID. I have a date user control on the second tab, when I select
this I get an Object required error on this line in js
crossobj=(dom)?document.getElementById("calendar").style : ie?
document.all.calendar : document.calendar
I've tried several things i.e.
swapping the user control on the second tab with the one on the first tab.
result: the one on the first tab works (so it's not the name)
I've copied the date user control twice on the first page. result: they both
work.
Suggestions? Preferably solution...