sys is undefined
-
when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help
-
when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help
-
make sure your web.config has this: and you are not using a beta version We are not a Code Charity
where should i include these lines and i add the prefix tag atlas not the asp...because of some error
<pages>
<controls>
<add tagPrefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
</controls>
</pages>plesae tell me where/under which tag shud i include these lines in web.congif
-
where should i include these lines and i add the prefix tag atlas not the asp...because of some error
<pages>
<controls>
<add tagPrefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
</controls>
</pages>plesae tell me where/under which tag shud i include these lines in web.congif
after adding these lines in my aspx page...
<atlas:ScriptManager ID="scriptmanager1" runat="server" EnablePartialRendering="true">
<Scripts>
<atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewScript.js" />
<atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewGlitz.js" />
<atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewDragDrop.js" />
</Scripts>
</atlas:ScriptManager>still i have the same error please help
-
when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help
-
I am having the same issue. Someone said try adding EnableEventValidation="false" to your Page directive. This did not help me but it may help you
thanx that issue is solved..but still my ajax functionality is not working..........page is reload again and again....when any event of gridview is called(actually i use ajax on my gridview)..like display the complete detail of user on modalpopupextender.....but when modal popup is displayed....the page is reloaded......so if u can help me...the please..........