CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Whick is a better option in your Opinion

Voters
10. You may not vote on this poll
  • .NET 2.0 ICallbackEventHandler

    4 40.00%
  • AJAX

    6 60.00%
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168

    ICallbackEventHandler VS AJAX

    Ok,
    .NET 2.0 ICallbackEventHandler or AJAX?

    Which would you implement and why?


    Will
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  2. #2
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168

    Re: ICallbackEventHandler VS AJAX

    anyone going to post any comments?


    Will
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: ICallbackEventHandler VS AJAX

    Between your posts there was a lapse of 3.5 hours. Give it time.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  4. #4

    Re: ICallbackEventHandler VS AJAX

    Hello. I would have voted if I were familiar with .NET 2.0 ICallbackEventHandler.

    Perhaps, it would be better to post an article (or two) about those two here so at least people have a quick link to check and read. Just my two cents.

    EDIT:
    Okay, I found a couple of links:
    AJAX - http://en.wikipedia.org/wiki/AJAX
    ICallbackEventHandler- http://www.dotnetjunkies.com/tutoria...0EECF13D7.dcik
    Last edited by cherish; February 13th, 2006 at 03:06 AM.
    A few friendly reminders:
    * Use Code Tags when posting code.
    * Rate good replies/post by clicking "Rate this Post" and leaving a positive feedback.
    * Things should be made as simple as possible, but not any simpler. -- Albert Einstein

  5. #5
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168

    Re: ICallbackEventHandler VS AJAX

    thanks for the links...

    So what would you choose?


    Will
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  6. #6

    Re: ICallbackEventHandler VS AJAX

    They're basically the same thing... they both use the XMLHTTP object to make the request. The ICallbackEventHandler just makes things a little easier on you.

    I think from the article cherish posted use the CallbackEventHandler *if* you're developing a 2.0 website and you only plan to ever run it as ASP.NET /MS.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured