Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
how to serialize a directories from a path ?
Mohamed Moumni
7y
274
1
Reply
Hello, I develop my first application for a client has the objective of managing quotes and invoices, at first I have to choose the directory that contains the quotes. But just once and after it uses the application normally,The selected files are added to a list <directory> with the code below
if
(listBox2.SelectedIndex >= 0)
{
foreach
(DirectoryInfo dr
in
listBox2.SelectedItems)
{
Dossiers.ls_dossier_devis.Add(dr);
}
}
what i have to do ?
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Regarding Popup in aspx web form
Model in asp.net