Click here to Skip to main content
16,022,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I had 1 text box where I can enter path eg: D:\...

I need an autocomplete which can give me complete list when I type
D:\, will show me list of all files in D:\

Please help me

Regards,

Rohini G
Posted

1 solution

Get list of files fromdirectory[^]
Exploring a folder and its subdirectories using ASP.NET MVC[^]

You can use the server side logic used here and in the autocomplete datasource make an ajax call to get list of files based on the drive.
Hope this helps.
thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900