ASP.net Functionality
Posted: Wed Apr 08, 2009 1:12 am
I wanted to pose a question with a possible functionality bug using NS when accessing some ASP.net pages using the JavaScript post back method.
Some information:
1. This does NOT happen on all ASP.net pages (aspx) files but only the ones that use JavaScript post back function, popular with some CMS templates like DotNetNuke and VisualStudio2008 created pages.
2. The function is restored when NS is disabled BUT allowing the site does not fix the problem and allowing globally without disabling NS doesn't fix it either.
3. I am using the latest dev build and this is happening on a site written using .NET Framework 3.x and an example of the link syntax is
I "believe" it's this that is causing it but I am not sure:
Is this a bug or something else, like maybe we are blocking some content that is necessary? Any help would be appreciated.
I forgot to include the error console items that are generated when you click on the links:

Some information:
1. This does NOT happen on all ASP.net pages (aspx) files but only the ones that use JavaScript post back function, popular with some CMS templates like DotNetNuke and VisualStudio2008 created pages.
2. The function is restored when NS is disabled BUT allowing the site does not fix the problem and allowing globally without disabling NS doesn't fix it either.
3. I am using the latest dev build and this is happening on a site written using .NET Framework 3.x and an example of the link syntax is
Code: Select all
javascript:__doPostBack('ctl00$Account_ContentPlaceHolder$Account_Contacts1$Contacts_GridView$ctl03$Edit','')
Code: Select all
<script src="/ScriptResource.axd?d=[**hash removed**]&t=5fbd1202" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
I forgot to include the error console items that are generated when you click on the links:
