ASP.NET 1.1
ASPXpand 1.5.2.0
IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
In the page load sub I call a sub which executes:
Dim
lic As New Aspose.ASPXpand.License
lic.SetLicense(p.ReportEng.ReportPath & "Aspose.ASPXpand.lic")
and another sub which sets the tooltips:
Aspose.ASPXpand.XLib.ToolTip(
Me, lblBasePrice, "<B>Base Price</B> This is the base price of the purchased unit without options, concessions, or other pricing details.", Color.LightYellow, Color.DarkRed)
If someone submits the page back to the server (which redisplays the page re-executing the above code), IE pops up the javascript error in the attached asposetooltipjserror1.jpg. If they then mouse-over the label, it pops up another error (couldn't see how to post more then one image here, but it is a 'document.all(...) is null or not an object' error).