-
drop down list
I want to make data list when drop it I can give more information not only for example the student_Id but also The Student_Name or other information from table student in database :) may be tp make simple, i want to drop a datagrid from List drop down
-
Re: drop down list
Are you asking how to display all student information in a grid?
-
Re: drop down list
may be not all. I want to display student_id and student_name.so when then user select the student_Id from the list they will know whom the ID belonging! do you have the clue for that?
-
Re: drop down list
Are you using the MSDE database that are you referring to in your other thread?
Also, in neither thread did you mention how you are connecting to your database?
ADO?
-
Re: drop down list
I use ADO offcourse... is it MSDE database diffrent with SQL server 2000 database?
I develop this project with sql server 2000 database