Need Fast Track Example

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a SQL Server 2000 database. I need to create a web front end that will:

1. Allow a person to log in using an ID and password stored in the database
2. See a list of topics
3. Select a topic from the list and take a survey
4. Possibly enter comments at the end of each section of the survey

I am looking for a fast-track example as I need to do this as quickly as
possible. I have Visual Studio.NET 2003 Professional.
 
Honestly, look into a portal ike DotNetNuke (dotnetnuke.com). In addition
to the standard survey module, you can get survey modules from
Snowcovered.com as well as a few other sites on the Intenet. That'll be
your fastest way, IMHO.
 
Back
Top