There are two samples in the .NET Quickstart (this installs as part of the
.NET SDK documentation; there's an online copy available at
http://gotdotnet.com/quickstart/aspplus if you haven't set them up) that do
exactly what you are after. See the ASP.NET Web Forms > Server Side Data
Access topics, samples DataGrid5 and DataGrid6.
-----Original Message-----
From: Christine Anwar [mailto:christine.anwar@i...]
Sent: Wednesday, December 06, 2000 6:24 AM
To: ASP+
Subject: [aspx] DropDowmList and DataBase
I am using a DataGrid to view my data that I get from my Database..
My problem is that i want to change one of the columns of the DataGrid
to a DropDownList that gets its information from a table in the database
too..
can anyone help me
Thanks
Christine