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
Gustavo
NA
1.3k
454.5k
TreeView loading from database... Error
Mar 6 2010 9:05 PM
Hello:
I found this cool code...(IF, I get it to work) that loads the TreeView from a database. I found other code, but they only do two levels, I need multiple levels.
However, it seems that it uses some
'using System.Web.UI'
if I include this in my program, I get a bunch of other error.
I am trying to get rig of and error with the following line:
public
void
TreeViewICEPack_TreeNodePopulate(
object
sender,
TreeNodeEventArgs
e)
Can someone help?
Reply
Answers (
23
)
new table with a little different
How do i load a datatable to a DataGridView control?