ASP.net Project: Server-Side Scripting II - Prof. Chi Hwang, Study notes of Computer Science

This project involves creating three asp.net pages as an extension of project #3. The pages include: 1. 'add.aspx' for saving user input to a sql database and redirecting to 'message.aspx'. 2. 'message.aspx' for confirming the receipt and saving of user data. 3. 'db.aspx' for managing the database, displaying records (pagable and sortable), enabling searches for two fields, and allowing users to insert, edit, and delete records.

Typology: Study notes

2010/2011

Uploaded on 05/03/2011

xpo305
xpo305 🇺🇸

2 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Project #5: Server-Side Scripting II
Description
Based on the HTML form page you created in project #3, develop three ASP.net pages:
1. "add.aspx" - saves the information sent from the users to a SQL database, then
redirect to the "message.aspx" page. +
2. "message.aspx" - confirms with the uses that the sent information is received and
saved
3. "db.aspx" - maintains the database in terms of: +
displaying all the records from the table (pagable for the table and sortable for
two fields)+
enabling users to search for two fields of the table and display the the result
allowing the users to insert a new record +
allowing the users to edit and delete an existing record +

Partial preview of the text

Download ASP.net Project: Server-Side Scripting II - Prof. Chi Hwang and more Study notes Computer Science in PDF only on Docsity!

Project #5: Server-Side Scripting II

Description

Based on the HTML form page you created in project #3, develop three ASP.net pages:

1. "add.aspx" - saves the information sent from the users to a SQL database, then

redirect to the "message.aspx" page. +

  1. "message.aspx" - confirms with the uses that the sent information is received and saved
  2. "db.aspx" - maintains the database in terms of: +  displaying all the records from the table (pagable for the table and sortable for two fields)+  enabling users to search for two fields of the table and display the the result  allowing the users to insert a new record +  allowing the users to edit and delete an existing record +