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
jayanthi reddy Guruguntla
NA
1
1.4k
how to call above dictionary values in source code for bind
Jun 7 2014 2:51 AM
I have 3 lists like Name,Education,Address.
I add my list values to dictionary like below...
Dictionary<string, List<object>> dic = new Dictionary<string, List<object>>();
dic.Add("Name", obj.Name);
dic.Add("Education", obj.Education);
dic.Add("Address", obj.Address);
Accordion1.DataSource = dic;
Accordion1.DataBind();
how to call above dictionary values in source code for binding accordion with dictionary values.
Reply
Answers (
1
)
expanding node in telerik:radtreeview
Implement Bitcoin Paymnet gateway in my Asp.Net Website