using javascript frameworks with Asp.Net
-
I use the ajax.net stuff a lot, but some of its features are not as nice as those found in Scriptaculous/Prototype. However, I have found that if you try and use a mixture of both on a site, it can cause bugs, so I had to ditch the Scriptaculous bits and just use ajax.net. Has anyone used any other frameworks along side ajax.net without problems? Just wondering if there is a more compatible one out there?
Words fade as the meanings change, but somehow, it don't bother me.
-
I use the ajax.net stuff a lot, but some of its features are not as nice as those found in Scriptaculous/Prototype. However, I have found that if you try and use a mixture of both on a site, it can cause bugs, so I had to ditch the Scriptaculous bits and just use ajax.net. Has anyone used any other frameworks along side ajax.net without problems? Just wondering if there is a more compatible one out there?
Words fade as the meanings change, but somehow, it don't bother me.
Not specifically with ASP.NET Ajax, but I have had problems - mostly stemming from the fact that every man and his dog seems to have overridden the $ character - we did to do document.getElementById, but scriptaculous had also grabbed it...
C# has already designed away most of the tedium of C++.