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. listbox to display

listbox to display

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 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.
  • O Offline
    O Offline
    Oga M
    wrote on last edited by
    #1

    Hi I have a dropdownlist where the user.the user will select the name of the project from.Please help me with the code for my problem......... ************ After the user selected the project Name on my listbox display the name of all the Project Members working under that particular project. Please help me oga m

    S K 2 Replies Last reply
    0
    • O Oga M

      Hi I have a dropdownlist where the user.the user will select the name of the project from.Please help me with the code for my problem......... ************ After the user selected the project Name on my listbox display the name of all the Project Members working under that particular project. Please help me oga m

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      Hey that is very simple. What you have tried so for? What is the Error you are getting?

      Regards, Satips.

      1 Reply Last reply
      0
      • O Oga M

        Hi I have a dropdownlist where the user.the user will select the name of the project from.Please help me with the code for my problem......... ************ After the user selected the project Name on my listbox display the name of all the Project Members working under that particular project. Please help me oga m

        K Offline
        K Offline
        Kunal P
        wrote on last edited by
        #3

        first u`ll need to execute a select query where in u`ll select on the bases of the project selected from the drop down list such as "Select * from project where projname = '+ddwlist.selectedvalue+' then u`ll populate ur listbox like this while(rd.read) { listbox1.items.add(rd["projmembers"].tostring) } i hope this solves ur problem

        Kunal

        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