TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
honey
NA
13
46.7k
How to Identifying the asp treeview node value path?
Mar 5 2011 2:47 AM
Hai,
In my app i have two asp treeview controls named Treeview1, Treeview2, and four buttons named
ADD, REMOVE,ADDALL, REMOVEALL.
In the first Treeview i selected a treenode and clicked ADD button then it will added to the second treeview successfullly. if i add again that node, again it will be added to Second treeview, How i can prevent this,
I wrote the following one
TreeNode node = TreeView2.FindNode(TreeView1.SelectedNode.ValuePath);
if (node != null)
{
Response.wripte("This node is already exists");
return;
}
but not identify for all cases,
if u know help me
Reply
Answers (
2
)
Compare the data of one excel file with another excel file?
How to Validate email id entered in windows form textbox