Back Home

Open Designs

Community. Driven.

    • CommentAuthorSunRise
    • CommentTimeApr 16th 2008
     
    I am working on a database search application. I want to be able to filter the search results and load in matching results without refreshing the page. As is done here. I know I need to use AJAX, but I can't find any tutorials or examples that work. Help is much appreciated bakie
    • CommentAuthorpapab30
    • CommentTimeApr 16th 2008
     
    And your example is a Microsoft asp.NET page. What you're talking about was probably done as easily as slapping an ATLAS/Ajax update panel around some content and then simply making database calls through just that panel.

    Writing custom Ajax is a little bit more in debth than just that. What you should do is to research some of the javascript frameworks out there and see if there is anything that would allow you to do what you're asking for.