Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I am doing a Dashboard project i have a tree view control in my project, i did the coding and it was working fine but suddenly when i now run
the project the tree view shows skip navagation links
please help

Salman Farooqui
Posted
Updated 14-Feb-13 16:27pm
v2
Comments
Richard MacCutchan 14-Feb-13 4:52am    
Show some code and explain clearly what is happening. No one can guess what your code is doing.

Check the link below for implementing TreeView. You will find where you stuck.

http://www.codeshode.com/2010/05/display-hierarchical-data-with-treeview.html[^]
 
Share this answer
 
TreeNode tno=new TreeNode(string text,string value,string imageurl,string navigateurl,string target)


check this part carefully ...
 
Share this answer
 
v2
The Skip Navigation is there for accessibility purposes. If it's part of an ASP.NET Tree view, and you want to disable it, try setting the attribute:
HTML
SkipLinkText=""


See TreeView.SkipLinkText Property[^].


--Amit
 
Share this answer
 
Thx for all your responses the problem go resolved after giving the image path of my tree view

Thank you all
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900