listbox to display
-
-
Please help me. In my project after the user selected the projectname from drop down the listbox to display all the name of the projectmembers working under that project automatically. can you show me the code for this problem. Thank you in advance oga m
Use the SelectedIndexChanged event of the DropDownList to populate your ListView based on the SelectedItem of the DropDownList.
Mark, http://aspnetlibrary.com
-
Please help me. In my project after the user selected the projectname from drop down the listbox to display all the name of the projectmembers working under that project automatically. can you show me the code for this problem. Thank you in advance oga m
In the dropdownSelected Index changed event call the database and pop up the listbox show listbox ListBox.Visible =true
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Please help me. In my project after the user selected the projectname from drop down the listbox to display all the name of the projectmembers working under that project automatically. can you show me the code for this problem. Thank you in advance oga m
if u want to take projectmembers fron the database who is working under some specified project then take selectedvalue/selectedindex and specify in the query vth condition "where".then use for loop by declaring one datarow and then add data in the dataset to listox...Do all this coding in DropDownlist_selectedIndexChanged(...)method... I hope u understood... send ur comments...& suggestions ...if there is any better way to do this... bye... Neelima