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
asif khan
NA
3
0
how to load config file dynamically
Sep 8 2009 6:33 AM
Hi buddies.,
I need your help.
i want To create a c# class which works together with a config file placed in the /config/ folder (ie. /config/newfolder/DateFolder.config.)
i want to create a config file in this format dynamically..
how to dynamically create elements in config file.(Example here is: DateFolders,DateFolder,2009,September,5)
<DateFolders>
<DateFolder>
<2009>
<september>
<5>Page</5>
</september>
</2009>
</DateFolder>
</DateFolders>
Reply
Answers (
3
)
events
how to display content of textbox into another textbox in different form