Web Development Project: ASP.NET, Login, Add Data, and Search

Verified

Added on  2019/09/22

|5
|580
|266
Project
AI Summary
This project implements a web application using ASP.NET, demonstrating fundamental web development concepts. The application includes login functionality to secure access, allowing users to add student data, search for specific student information, and display the results. The project utilizes a basic architecture, with data stored in a file, and incorporates test cases to validate the functionality of the login, data entry, and search features. The project aims to provide a practical understanding of web development, utilizing technologies such as ASP.NET, and incorporating references to relevant resources like MSDN, Bootstrap, and jQuery. The project's core functionality revolves around managing student data and provides a clear demonstration of how to create a web application with essential features.
Document Page
General web site development
Name:
Submit Date: 2016/10/22
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1. INTRODUCTION
This program implements basic web development elements with ASP.NET.
Here, I have implemented login, browse, save data with WebForm.
In this program, user can login, browse the student’s marks information and search or
save those.
2. AIM
The aim of this program is to understand the general development knowledges of web
programming.
3. OBJECTIVE
Here, I have to implement login, add data, save data, search data.
For this, I have to implement 5 actions such as showing home page, login, add data,
browse data, search data.
I use file to store the students data.
And here, I use only one account when I login.
Account information:
User Name: admin, Password: 123456.
This is described in code.
4. EXPLANATION OF THE SYSTEM INCLUDING DIAGRAMS
Document Page
Index
Page
Login
Add data
Display
data
Search
data
This figure shows the action flows.
The user can login in index page and if the login is succeeded then students data will be
displayed.
If the user logged in then he can add data and search data.
5. TEST CASE (Please put each test case in single page. Do minimum 10 test
cases)
Screen Action Expected result Real Result
Home Login
user name:
Password:
[Error Message]
User name is
required
[Error Message]
User name is
required
Home Login
user name: admin
Password:
[Error Message]
Password is
required
[Error Message]
Password is
required
Home Login
User name: admin
Password: 123456
Display the
students list
Display the
students list
Home after login Add the student [Error Message] [Error Message]
Document Page
Name:
Subject:
Mark:
name is required
name is required
Home after login Add the student
Name:AAA
Subject:
Mark:
[Error Message]
subject is required
[Error Message]
subject is required
Home after login Add the student
Name:AAA
Subject:BBB
Mark:
[Error Message]
mark is required
[Error Message]
mark is required
Home after login Add the student
Name:AAA
Subject:BBB
Mark:-5
[Error Message]
mark should be
greater than 0.
[Error Message]
mark should be
greater than 0.
Home after login Add the student
Name:AAA
Subject:BBB
Mark:4.5
Succeed in adding
the student data
Succeed in adding
the student data
Home after login Search the student
Search Value: John
Show 4 rows which
is named “John
Smith”
Show 4 rows which
is named “John
Smith”
Home after login Search the student
Search Value: ttt
Display no rows Display no rows
6. SYSTEM DEMO
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Index/Login screen
Showing data
In the form on the top, the user can add the students information.
And if he use any text in the search form, then it will display the users whose name is
included.
7. CONCLUSION
chevron_up_icon
1 out of 5
circle_padding
hide_on_mobile
zoom_out_icon