Mega Code Archive
Categories
/
ASP.Net Tutorial
/
ADO Net Database
A grid with an empty data source
<%@ Page Language="C#" %>
Empty Grid
' SelectCommand="SELECT customerid, companyname FROM customers WHERE customerid='none'">
There's no data to show in this view.