david7777777777
Programmer
Visual InterDev 6 making asp pages that access a SQL 2000 database on Windows 2000 Server. I've successfully made an asp page with a grid DTC that simply displays the records in the table. That was cake. Now I need a little help.
1. I have a table (tbl_departments) that has 3 fields: ID, DepartmentName, and DepartmentNumber.
2. I want to make an asp page that allows users to edit a record in this table.
3. I don't like the way the documentation shows you how to accomplish this, what a resource-intensive method they show.
4. I'd like to biuld an asp page that lets the user specify the record they want to edit by entering the department number in a field, then have the asp page return that record's DepartmentName and DepartmentNumber field values for editing by the user, complete with a [Save] button.
Thanks greatly.
1. I have a table (tbl_departments) that has 3 fields: ID, DepartmentName, and DepartmentNumber.
2. I want to make an asp page that allows users to edit a record in this table.
3. I don't like the way the documentation shows you how to accomplish this, what a resource-intensive method they show.
4. I'd like to biuld an asp page that lets the user specify the record they want to edit by entering the department number in a field, then have the asp page return that record's DepartmentName and DepartmentNumber field values for editing by the user, complete with a [Save] button.
Thanks greatly.