DataBind data core

xiaoxiao2021-03-06  101

Author: Flying

This section is mainly to speak DataBind, this is very important in ASP.NET, almost all controls require it to control data. It can also be said to be the data core of ASP.NET. Let's first look at a simple example:

<% @ Page language = "c #"%>

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