Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Its very Urgent. Please any one help me

Its very Urgent. Please any one help me

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    narendrakumarp
    wrote on last edited by
    #1

    Hi Friends In one dropdownlist all the extension files r there,when i select one extension file ,i need to get all the files of that extension file from specified path in another dropdownlist in .net web app. (asp.net with c# coding). If anybody knows,pls inform me. Thanking u, Naren please help me, Its very Urgent.

    R 1 Reply Last reply
    0
    • N narendrakumarp

      Hi Friends In one dropdownlist all the extension files r there,when i select one extension file ,i need to get all the files of that extension file from specified path in another dropdownlist in .net web app. (asp.net with c# coding). If anybody knows,pls inform me. Thanking u, Naren please help me, Its very Urgent.

      R Offline
      R Offline
      RSArockiam
      wrote on last edited by
      #2

      Try this DirectoryInfo oCurrentFolder= new DirectoryInfo("c:\windows"); FileInfo[] oFiles = oCurrentFolder.GetFiles("*.dll"); foreach (FileInfo oFile in oFiles) { ddl.Items.Add(oFile.Name); } Regards R.Arockiapathinathan

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups