Anytime users of your web application work
with data that's stored in a data table, they do so
through a view. Views
are pages in your application that act as windows onto the
data in a data
table. You can create views to display, update or insert data in a data table.
The
DataWeb Designer makes it easy to create views graphically.
If you need more control over your views than the Designer
provides, you can also directly edit the view's source code.
The underlying source for a view file is XHTML, a combination of HTML and XML.
The following topics cover what you need to know to
begin building effective views:
|