Dynamic Web Tutorials and Notes
Display data in tables
- In bindings window, click ‘+’ rstestRecordSet
- The recordset will open and you can see its contents
- Insert a table in the page
- Give the table 2 rows and 3 columns
- Type ID, FirstName, LastName in the first row
- In bindings window click EmployeeID
- Drag it into row 2 column 1 of table
- In bindings window click FirstName
- Drag into row 2 column 2 of table
- In bindings window click LastName
- Drag into row 2 column 3 of table
- Save the file as showdataintables.asp and press the F12 key to open
the Browser window. Your file should look like this in Internet Explorer:
- Of course to be really useful, we need to be able to see more than the
first file. To do this we need to set up a
repeat region.
.
.
.