Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
QuestionRetrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd16-Jan-09 2:21
professionalVimalsoft(Pty) Ltd16-Jan-09 2:21 
AnswerRe: Retrieve Filenames Distinctively Pin
Pete O'Hanlon16-Jan-09 2:38
mvePete O'Hanlon16-Jan-09 2:38 
GeneralRe: Retrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd16-Jan-09 3:11
professionalVimalsoft(Pty) Ltd16-Jan-09 3:11 
GeneralRe: Retrieve Filenames Distinctively Pin
Pete O'Hanlon16-Jan-09 3:59
mvePete O'Hanlon16-Jan-09 3:59 
GeneralRe: Retrieve Filenames Distinctively Pin
#realJSOP16-Jan-09 5:35
mve#realJSOP16-Jan-09 5:35 
AnswerRe: Retrieve Filenames Distinctively [modified] Pin
Luc Pattyn16-Jan-09 6:56
sitebuilderLuc Pattyn16-Jan-09 6:56 
AnswerRe: Retrieve Filenames Distinctively Pin
Ashfield16-Jan-09 2:42
Ashfield16-Jan-09 2:42 
AnswerRe: Retrieve Filenames Distinctively Pin
User 665816-Jan-09 2:51
User 665816-Jan-09 2:51 
Vuyiswa Maseko wrote:

How can i make sure that it will show the File names Distinctively ?


As Pete said, if you're not listing recursively, this can't happen. But you can use a HashSet (.NET 3.5) or check with List.Contains if the item already exists before adding it.

Vuyiswa Maseko wrote:
How can i exclude certain File extension from being displayed from the Dropdownlist ?


if(file.EndsWith(".ext") ...


our use a regex.


regards

modified 12-Sep-18 21:01pm.

AnswerRe: Retrieve Filenames Distinctively Pin
Vikram A Punathambekar16-Jan-09 3:15
Vikram A Punathambekar16-Jan-09 3:15 
GeneralRe: Retrieve Filenames Distinctively Pin
User 665816-Jan-09 3:28
User 665816-Jan-09 3:28 
GeneralRe: Retrieve Filenames Distinctively Pin
Vikram A Punathambekar16-Jan-09 4:03
Vikram A Punathambekar16-Jan-09 4:03 
AnswerRe: Retrieve Filenames Distinctively [modified] Pin
Luc Pattyn16-Jan-09 4:40
sitebuilderLuc Pattyn16-Jan-09 4:40 
GeneralRe: Retrieve Filenames Distinctively Pin
Vikram A Punathambekar16-Jan-09 4:43
Vikram A Punathambekar16-Jan-09 4:43 
GeneralRe: Retrieve Filenames Distinctively Pin
S. Senthil Kumar16-Jan-09 7:30
S. Senthil Kumar16-Jan-09 7:30 
AnswerRe: Retrieve Filenames Distinctively [modified] Pin
Luc Pattyn16-Jan-09 8:00
sitebuilderLuc Pattyn16-Jan-09 8:00 
GeneralRe: Retrieve Filenames Distinctively Pin
Giorgi Dalakishvili16-Jan-09 9:56
mentorGiorgi Dalakishvili16-Jan-09 9:56 
GeneralRe: Retrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd16-Jan-09 3:28
professionalVimalsoft(Pty) Ltd16-Jan-09 3:28 
GeneralRe: Retrieve Filenames Distinctively Pin
Eddy Vluggen16-Jan-09 4:01
professionalEddy Vluggen16-Jan-09 4:01 
AnswerRe: Retrieve Filenames Distinctively Pin
Henry Minute16-Jan-09 4:52
Henry Minute16-Jan-09 4:52 
GeneralRe: Retrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd18-Jan-09 20:02
professionalVimalsoft(Pty) Ltd18-Jan-09 20:02 
QuestionCrystal Report Paper Size Pin
Wlink16-Jan-09 0:47
Wlink16-Jan-09 0:47 
AnswerRe: Crystal Report Paper Size Pin
ambarishtv27-Apr-11 5:31
ambarishtv27-Apr-11 5:31 
QuestionHello Peoples, Pin
Hema Bairavan16-Jan-09 0:45
Hema Bairavan16-Jan-09 0:45 
RantRe: Hello Peoples, Pin
Guffa16-Jan-09 1:16
Guffa16-Jan-09 1:16 
AnswerRe: Hello Peoples, Pin
Tom Deketelaere16-Jan-09 1:44
professionalTom Deketelaere16-Jan-09 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.