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
Nitin Bhardwaj
NA
15.9k
12.9m
Bind Dropdownlist with xml file in asp.net
Feb 28 2014 3:51 AM
Hi,
I have a xml file and i wann bind these file in dropdownlist.
I wann on city and country code in dropdown list.
Xml Files Content
<DocumentElement>
<Table1>
<id>1</id>
<name>Saint John</name>
<city_code />
<country_code>CA</country_code>
</Table1>
<Table1>
<id>2</id>
<name>Baddeck</name>
<city_code />
<country_code>CA</country_code>
</Table1>
<Table1>
<id>3</id>
<name>Banff</name>
<city_code />
<country_code>CA</country_code>
</Table1>
</DocumentElement>
Reply
Answers (
4
)
Regarding Master/Detail page in asp.net
Adding Subheader Rows into a Gridview