TreeViews events not occur

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satiss7pwr
    New Member
    • Jan 2010
    • 41

    TreeViews events not occur

    hello,
    i have 3 Tree views like t1 t2 t3 .All are fill up from database on page load.
    i click on t1 node it show appropriate data
    after than i click on t2 node it show appropriate data correctly
    and last again i click on t3 node it show appropriate data correctly
    but when i again return to click on t1 or click on t2 node it shows data of t3 nodes
    what should i do pls any one help me
    i used if (!IsPostBack) on pageload
  • semomaniz
    Recognized Expert New Member
    • Oct 2007
    • 210

    #2
    Please post you code for further help

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      I have no idea why you're experiencing the problem because you haven't provided us with enough information to know what's going on.

      I could guess that you are doing something in the !IsPostBack conditional block that should probably be done outside of the block instead....but I'm just guessing.

      -Frinny

      Comment

      • satiss7pwr
        New Member
        • Jan 2010
        • 41

        #4
        The first t1 and t3 trevieww r filled up in page load event and the t2 treeview is fill up on t1 selection event ,so i hopwe u now understadn my problem thanks for reply

        Comment

        Working...