Sir,Please help me for adding multiple file names into a combobox at run time where the file names retrieved dynamically.....
Adding dynamically retrieved file names into a combobox
2694
23-Jun-2011
Hello sir,
James Smith
01-Jul-2011Will you please explain your question in more detail that from which place you want to retrieve file name ie from a directory where all files are stored and from any other place.
If you want to retrieve it from directory then you can use combination of FileInfo and DirectoryInfo class to retrieve file name.
Thanks.