Tutorials (mostly) on using Expression
Web with Databases
The tutorials below are provided free for your
use as a learning aid. They have not been extensively tested, and are not
guaranteed to be optimum solutions or, for that matter, to even be 100% correct.
There may be better solutions. HomePage Doctor assumes no liability for your use
of the material here. This material is intended for educational purposes only.
To see an example of what can be accomplished with the technology used
in these tutorials, visit a couple of sites we have
built using Expression Web, Visual Web Developer Express, and SQL Express
--
Ownertrades.com
and
LawOfAllTheLand.org
These tutorials are provided to ease
the pain for users migrating from FrontPage to Expression. Our goal here is to
show you how to accomplish all the things (and more) with Expression and its
ASP.NET controls that you could easily do with databases using the Wizards and
Bots of FrontPage.
We claim no originality in these tutorials; the knowledge they present has been
developed by learning from a combination of reference books, online resources,
and other web developers on the
Expression Web Forum
These tutorials are intended to be
easy for you to print from your browser, and are ideal for those who like
following along step-by-step from a book or printed material that you can
annotate.
If you have questions about these tutorials, ask them on the
Expression Web forum (link provided above). Do not seek assistance directly from
HomePage Doctor by using the contact form on this site. Private
consulting is not offered and will not be extended
1.
Sending form input to a database.
2.
Displaying results from a database.
3.
Doing with Expression what the FrontPage DRW's did
(getting database results based on user input to a textbox).
4.
Database results from drop-down lists.
5.
Making hyperlink fields active in database results.
6.
Linking multiple pictures to a GridView Results selection.
7.
Sending ASP.NET form-submitted data to an email.
8.
Formatting a GridView column to show currency.
9.
Making email addresses in a GridView functional.
10.
Formatting a GridView date to show only date, not time.
11.
Setting up a multi-table relational database for use with asp.net.
12.
How to show only the logged-on users data.
13.
What you need to create a membership website.