[Repost] ASP + grammar tutorial (6) database articles

xiaoxiao2021-03-06  18

List, data and data rods

ASP gives us a set of controls for data sheets and data lists. These controls help us customize our UI (User Interface User Interface) without considering a database or other database. For example: In the example below, we will introduce control to provide us with data via SQL statement

<% @ Import namespace = "system.data"%>

<% @ Import namespace = "system.data.sql"%>