Representing hierachical data on an AJAX page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JJ

    Representing hierachical data on an AJAX page

    I want to be able to display items and their categories on a page, so that
    the user can click on an item to edit it, or add further items or
    categories.

    Simple enough, however, I want to do it on a AJAX page (i.e. without
    postbacks). Which control or approach should I use to display the
    heirachical data?

    I understand that I cannot use Treeview? Does anyone know if this is
    correct? Any other approaches?

    TIA,
    JJ


  • JJ

    #2
    Re: Representing hierachical data on an AJAX page

    PS I'm using VS2005 (and not VS2008)

    "JJ" <abc@xyz.comwro te in message
    news:%23hEJ7wJz IHA.2068@TK2MSF TNGP05.phx.gbl. ..
    >I want to be able to display items and their categories on a page, so that
    >the user can click on an item to edit it, or add further items or
    >categories.
    >
    Simple enough, however, I want to do it on a AJAX page (i.e. without
    postbacks). Which control or approach should I use to display the
    heirachical data?
    >
    I understand that I cannot use Treeview? Does anyone know if this is
    correct? Any other approaches?
    >
    TIA,
    JJ
    >

    Comment

    • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

      #3
      RE: Representing hierachical data on an AJAX page

      the microsoft ajax library is not very ajax'y. its more about richer UI
      behaviors than building RIA apps. look at jquery (http://jquery.com) and its
      plugins.

      You also may want to switch to MVC
      (http://weblogs.asp.net/scottgu/archi...3-release.aspx) which better supports RIA apps then webforms.

      -- bruce (sqlwork.com)


      "JJ" wrote:
      I want to be able to display items and their categories on a page, so that
      the user can click on an item to edit it, or add further items or
      categories.
      >
      Simple enough, however, I want to do it on a AJAX page (i.e. without
      postbacks). Which control or approach should I use to display the
      heirachical data?
      >
      I understand that I cannot use Treeview? Does anyone know if this is
      correct? Any other approaches?
      >
      TIA,
      JJ
      >
      >
      >

      Comment

      • Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

        #4
        Re: Representing hierachical data on an AJAX page

        Why can't you use the Treeview?
        It has AJAX capabilities built in.
        Here's more info:
        HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.


        --
        I hope this helps,
        Steve C. Orr,
        MCSD, MVP, CSM, ASPInsider
        HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.





        "JJ" <abc@xyz.comwro te in message
        news:%23hEJ7wJz IHA.2068@TK2MSF TNGP05.phx.gbl. ..
        >I want to be able to display items and their categories on a page, so that
        >the user can click on an item to edit it, or add further items or
        >categories.
        >
        Simple enough, however, I want to do it on a AJAX page (i.e. without
        postbacks). Which control or approach should I use to display the
        heirachical data?
        >
        I understand that I cannot use Treeview? Does anyone know if this is
        correct? Any other approaches?
        >
        TIA,
        JJ
        >

        Comment

        • JJ

          #5
          Re: Representing hierachical data on an AJAX page

          Steve,

          I was just going on what seems to be the common sentiment (at least when you
          do a search for 'asp.net treeview ajax').
          Your page is most information and I will give it a try!

          Many thanks
          JJ
          "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <Steve@Orr.netw rote in
          message news:2E4E002E-F023-4BFC-9C55-892EEDA9315D@mi crosoft.com...
          Why can't you use the Treeview?
          It has AJAX capabilities built in.
          Here's more info:
          HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.

          >
          --
          I hope this helps,
          Steve C. Orr,
          MCSD, MVP, CSM, ASPInsider
          HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.


          >
          >
          >
          "JJ" <abc@xyz.comwro te in message
          news:%23hEJ7wJz IHA.2068@TK2MSF TNGP05.phx.gbl. ..
          >>I want to be able to display items and their categories on a page, so that
          >>the user can click on an item to edit it, or add further items or
          >>categories.
          >>
          >Simple enough, however, I want to do it on a AJAX page (i.e. without
          >postbacks). Which control or approach should I use to display the
          >heirachical data?
          >>
          >I understand that I cannot use Treeview? Does anyone know if this is
          >correct? Any other approaches?
          >>
          >TIA,
          >JJ
          >>
          >

          Comment

          Working...