ya
but .Net does not allow Css for some specific node.
It has Nodestyle property general for all nodes in which it accepts Css
hv u any idea
regards,...
User Profile
Collapse
-
-
Yee
i hv done the job. thanks
i got an idea...from ur idea
as u see HTML making the DIV and Table for each level of nodes of Tree
and there is also <a> tag for each node.
i m succeeded in getting the id's of all tree nodes by following codes
[code=javascript]
var table_rows = document.getEle mentsByTagName( 'a');
alert(table_row s.length);
var ids='Start';
for...Leave a comment:
-
Changing forecolor of individual TreeView Control
hi
have anyone from u any idea to change the forecolor of an individual
node of a TreeView Control in vb.net 2005
thanks
BlueEagle -
thanks it works
but can u tell me some methods of collection object "table_rows "
like length()
actually i want to get the id of all <tr> objects
like id="ctl00_mainC opy_TvCategoryt 1"
shown in above code
i need only the way that how can i move through "table_rows " by using loop
n how can i extract the required using substring or innerHTML
regards,...Leave a comment:
-
ya
i want to go through the tree on client.
Following is the HTML code of two tree nodes
i.e Root node n childNode
[HTML]<div id="ctl00_mainC opy_TvCategory" tabindex="1" class="body_tex t" onClick="return SendAJAXRequest ('category')" style="height:1 00%;width:90%;" >
<table cellpadding="0" cellspacing="0" style="border-width:0;">...Leave a comment:
-
Traversing TreeView Server Control in JavaScript
hi to all!
I hv added a TreeView Control on my page in Asp.net 2.0
and i want to move through the Tree in JavaScript
Anyone hv an idea
Advance Thanks
BlueEagle
No activity results to display
Show More
Leave a comment: