Displaying Information From a Databae

  • Thread starter Thread starter Robert Bauer
  • Start date Start date
R

Robert Bauer

I am creating a form on my site to allow users to edit
their profile information. What I woulud like to do is to
display the current information (based on a user name
entered by the visitor) and allow the visitor to update
his or her record. How do I dispay information from a
database (i.e. only the record that pertains to the user's
username) and allow the user to update it? Can someone get
me started here? Thanks.
 
This depends on where you store the user profiles, and
how you control logon and access. But in general, this is
something you need to code by hand in ASP or ASP.NET.

Alternatively, if you buy a third-party package, just buy
one that includes the type or profile-editing you want.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Back
Top