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
Vikas Srivastava
NA
5
565
Find data of selected node inTreeview control from Database
Jul 28 2017 9:00 AM
Using ASP.NET
I have populated parent-child node from table A on Page_Load():
ID Name ParentID
1 AA NULL
2 BB NULL
3 AA1 1
4 AA2 2
In this way, my tree node is organized. Now I want to read ID of selected multiple node. The need to store selected IDs to another table B. Like:
Code ID
AG001 3
AG001 4
How to fetch selected node data from Table A then insert into TABLE B along with Code?
Please help.
Reply
Answers (
0
)
start working on a section of page without waiting other
how to calculate working hours of employee in asp.net