DevPinoy.org
A Filipino Developers Community
All Tags » AJAX (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Adding AJAX to ASP.NET 2.0 Websites

    This was really my problem wayback I starting learning AJAX. I cannot figure it out on how to add AJAX capability if I already have an existing website. One solution I remember at that time is I created an AJAX enabled website and transfer all my work there. Quite a tedious task, but that's what...
  • RadControls for ASP.NET AJAX (Prometheus)

    RadControls for ASP.NET AJAX (Prometheus) is Telerik’s next-generation ASP.NET UI control suite, which is built on top of the industry-standard Microsoft ASP.NET AJAX framework. RadControls for ASP.NET AJAX (Prometheus) delivers faster performance, unified programming model and enhanced functionality...
    Posted to Coldapoy's Technical Blog (Weblog) by coldapoy on 06-29-2008
  • WebParts in ASP.NET 2.0

    Creating Web Parts in ASP.NET 2.0 is one of the cooling thing I've ever seen in ASP.NET 2.0. I don't know if it was a new feature in 2.0 for ASP but it was nice development control for me. I think it was the same implementation with DotNetNuke modules, where modules where added to the site one...
  • ASP NET AJAX VIDEOS !!!

    Here you go... http://www.asp.net/learn/ajax-videos/
    Posted to ASP .NET (Forum) by marl on 12-28-2007
  • using Backbase forms in ASP.NET

    I finally had the opportunity to take the Backbase Community Edition for a spin - and boy it rocks! After a couple of hours working with this I finally figured out how to make this AJAX framework to work in an ASP.NET web project. One of the usual stuff that we do in web applications is form submission...
    Posted to Driving .NET (Weblog) by smash on 04-15-2007
  • Ajax Anti-Patterns

    I've been working with alot of Ajax lately(this includes code and laundry :P) and just realized that i've been doing some unecessary code after reading this article . I think I got hooked so much with the Ajax-hoopla that I forgot that not everything should be done via Ajax. Below is an outline of what...
    Posted to Keith Rull (Weblog) by keithrull on 03-23-2007
  • Sun Web Developer Pack

    Sun is doing quite a great move in improving the netbeans IDE by creating a lot of interesting add-on on it. There's the mobility pack, profiler, and now the Sun Web Developer Pack which includes a lot of technologies that you can use to ease your web development in Java. They're as follows - AJAX Technologies...
  • Do JavaScript after window.close()

    I needed to do some routines when a user has closed the window. I do not want those routines to trigger when refreshing the page or unloading the document; I just need them to happen when the browser window is closed. This is the usual proposed solution: assign a function on the onbeforeunload event...
    Posted to alexrazon (Weblog) by Anonymous on 01-09-2007
  • Missing Intellisense with ASP.NET AJAX

    Scott Guthrie shows how to fix this Visual Studio 2005 bug: http://weblogs.asp.net/scottgu/archive/2006/11/16/gotcha-lost-html-intellisense-within-asp-net-ajax-controls.aspx basically you can keep your master page open in the IDE, or you can change the XML tag prefix for ASP.NET AJAX controls to something...
    Posted to ASP .NET (Forum) by cruizer on 11-19-2006
  • Compiler Error CS0030 with Ajax

    When using Ajax Pro, you have to add the runat="server" tag on the form to be used. In other words, you have to have at least one server-side form in the class whose type is to be registered as an Ajax class. Otherwise, you'll end up with a Compiler Error CS0030 Error Message Cannot convert...
    Posted to alexrazon (Weblog) by Anonymous on 11-13-2006
Page 1 of 2 (13 items) 1 2 Next >

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems