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
abburi chowdary
NA
60
14.9k
C#, values in xml to combobox
Apr 23 2018 4:03 AM
hi
i have written below code for getting records in combobox from xml but i am unabale to display records.
please suggest me
void
MainFormLoad(
object
sender, EventArgs e)
{
string
myXmlfile=@
"C:\Users\anusha\Documents\SharpDevelop Projects\hospitals.xml"
;
DataSet ds=
new
DataSet();
System.IO.FileStream fsReadXml=
new
System.IO.FileStream
(myXmlfile,System.IO.FileMode.Open);
ds.ReadXml(fsReadXml);
cmbHospitals.DataSource=ds;
cmbHospitals.DisplayMember=
"name"
;
}
Reply
Answers (
5
)
can anyone give details about web api token authentication
Itextsharp PDF c#