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
anjali khan
NA
293
65.7k
how to display inside the leaf node using tree view?
Sep 28 2015 11:50 AM
hi Friends,
i am using tree view in my web application.... i am showing the design page...now i want to that page at run time if i click on Pune city so name:abcd,age:25 etc should be display...please send me solution please dont share me link becz already checked but i am not getting....
i created the design page like as
<asp:TreeView ID="Treeview1" runat="server" Width="100%" Height="50%" OnSelectedNodeChanged="Treeview1_SelectedNodeChanged1">
<Nodes>
<asp:TreeNode Text="INDIA" Value="INDIA">
<asp:TreeNode Text="Maharastra" Value="Maharastra">
<asp:TreeNode Text="Pune" Value="Pune"></asp:TreeNode>
<asp:TreeNode Text="Mumbai" Value="Mumbai"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="US" Value="US">
</asp:TreeNode>
</Nodes>
</asp:TreeView>
Reply
Answers (
1
)
How to make seure calculation form in MVC Razor
MVC