Bruce Lim
11-18-2005, 01:09 AM
:(
Hi everyone, i have just started programming on ASP.net. I have encountered problems coding. Can anyone show me an example on how to code a drop down list extracting from the database? The code must be written under *.aspx.vb and return the dropdown list under *.aspx
I am using visual Studio.net 2003 for coding.
Here is the scenario;
1) The Database connection and SQL statement must be written under *.aspx.vb. The SQL statement will extract the the fields under the tblDepartment.
2) The *.aspx form will display the result of extracted field and list them under the dropdown list menu
Can anyone show me an example on the scenario above?
Thank you for your help.
Hi everyone, i have just started programming on ASP.net. I have encountered problems coding. Can anyone show me an example on how to code a drop down list extracting from the database? The code must be written under *.aspx.vb and return the dropdown list under *.aspx
I am using visual Studio.net 2003 for coding.
Here is the scenario;
1) The Database connection and SQL statement must be written under *.aspx.vb. The SQL statement will extract the the fields under the tblDepartment.
2) The *.aspx form will display the result of extracted field and list them under the dropdown list menu
Can anyone show me an example on the scenario above?
Thank you for your help.