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
Devendra Dighe
NA
78
5.6k
Populate bootstrap dropdown from xml
Sep 3 2020 5:56 AM
How to populate bootstrap dropdown list from xml file . I am Not getting any solution.
this is my XML file
<
Dependent
>
<
Realtion
>
<
id
>
0
</
id
>
<
name
>
</
name
>
</
Realtion
>
<
Realtion
>
<
id
>
1
</
id
>
<
name
>
Son
</
name
>
</
Realtion
>
<
Realtion
>
<
id
>
2
</
id
>
<
name
>
Daughter
</
name
>
</
Realtion
>
</
Dependent
>
I am using bootstrap dropdown
<button type="button" class="btn dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown" required="required"> Select<span class="caret"></span>
</button>
Reply
Answers (
1
)
How to show exported excel in toolbar in c#?
Web API : always showing message content type must be application/json