Note that there are some explanatory texts on larger screens.

plurals
  1. POTelerik and lightBox
    primarykey
    data
    text
    <p>In my master page I have <em>RadScriptManager</em> and <em>AjaxControlToolKit</em> which work fine together. However on one of my pages I had <strong>LightBoxScriptManager</strong>.<br> I tried to remove LightBoxScriptManager and in my master page added lightbox script references and at the top reference to the stylesheet. As below: </p> <pre><code>&lt;telerik:RadScriptManager ID="ScriptManager1" runat="server" ScriptMode="Release" EnableScriptCombine="true" OutputCompression="AutoDetect"&gt; &lt;Scripts&gt; &lt;asp:ScriptReference Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Name="MicrosoftAjax.js" Path="Scripts-40412/MicrosoftAjax.js" /&gt; &lt;asp:ScriptReference Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Name="MicrosoftAjaxWebForms.js" Path="Scripts-40412/MicrosoftAjaxWebForms.js" /&gt; &lt;asp:ScriptReference Path="LightboxNet/js/prototype.js" ScriptMode="Release"/&gt; &lt;asp:ScriptReference Path="LightboxNet/js/scriptaculous.js?load=effects,builder" ScriptMode="Release"/&gt; &lt;asp:ScriptReference Path="LightboxNet/js/lightbox.js" ScriptMode="Release"/&gt; &lt;/Scripts&gt; &lt;/telerik:RadScriptManager&gt; </code></pre> <p>Unfortunately, the very first page i.e. default.pasx produces an error in IE7: <strong>Object doesn't support this property or method</strong><br> According to viewsource the error is around: </p> <pre><code>//&lt;![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', document.getElementById('aspnetForm')); Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90); //]]&gt; &lt;/script&gt; </code></pre> <p>Lightbox version is v2.02 by Lokesh Dhakar. Any help would be appreciated.<br> Thank you.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload