Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

shima 2011

@shima 2011
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • righet click on tree view?
    S shima 2011

    Hi in file context menu on tree view: I tried to add node to the tree and while adding it ,the value and text is set. the new node is shown but the menu does not appear while Rclick. plz tell me what is wrong?

    protected void LinkButton1_Click1(object sender, EventArgs e)
    {
    setRightClickedNode();

        if (rightClickedNode != null)
        {
          
            TreeNode nodeToAdd = new TreeNode();
            nodeToAdd.Text = "<div id='151'  oncontextmenu='return showmenuie5(event,'151')' > new  node  </div>";
            nodeToAdd.Value = "151";
            rightClickedNode.ChildNodes.Add(nodeToAdd);
        }
        else
        {
            Label1.Text = "Oops, no right click node found. You have a problem";
        }
    }
    
    ASP.NET question data-structures help

  • rightclick on tree view?
    S shima 2011

    as u know every body uses web searching at first ...I found all u mentioned and lots of other codes all of them have a kind of problem that i couldn't solve ..none of them where complete... for example in this one : Context Menu on the nodes of Microsoft ASP.NET TreeView control[^] i tried to write a function for each of menueitems in jump.. function ( i know afew about javascript) with getelementbyId i got diferent in diferent browsers ...and i couldn't get witch menueitem is clicked tnx for ur reply

    ASP.NET data-structures question

  • rightclick on tree view?
    S shima 2011

    Hi all i wanna do this: 1- rightclick on EACH node of TreeView shows a menu with 3 menuItem (add/delete/rename) and to get Id of the node that rightclick happend for it. 2- 3 btn(add/delete/rename) on each node of TreeView tnx in advance

    ASP.NET data-structures question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups