8620 Deepith Kunder - AWP CA2 Documentation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

AWP CA 2 Project

8620 Deepith Kunder

Project Topic : Library Web Application using ASP .NET

Synopsis:

BookAzon is a web application made using HTML, CSS, Bootstrap, JavaScript, C#,
ASP.NET and MS SQL. It is an inventory website to manage the books present in the
library. We have About us, View Books, User Login, Sign up and Admin Login tabs in the
Master Page named Site1.master And created a total of 12 content pages containing
Sign ups , logins etc.

Using this, Users can sign-up, login and check the books present in the library.
After logging using admin profile, we can manage author management, publisher
management, book inventory, book issuing and member management pages.
Means the admin can add the authors, publishers, book details into the the system.
Admin can also get the details about the members and delete the user permanently.

We are using MS SQL to connect the project with the database & SQL Server
Management where all the input datas from the Sign Up, Login, Author management,
Publisher management, book inventory etc. will be stored by creating respective tables.

● Member Signup – New users can sign up


● Member Login – Signed up users will login in
● View Books – Anyone can view the books available
● Admin Login – Admin will login
● Book Author Management – Add/Update/Delete Author details
● Publisher Management – Add/Update/Delete Publisher details
● Book Inventory – Add/Update/Delete Book details
● Book Issuing Process – Issue/Return Books
Screenshots of Content Pages output:
Conclusion :

With this project we have covered most of the topics of AWP & understand the concepts
such as master pages, content pages , ContentPlaceholder, How to Navigate between
pages , How to add all the inputs from the content pages to MS SQL Server, How to
create & design sign up, login, author, publisher, book inventory pages,
Adding links to LinkButtons in Master Page Navigation using Response.Redirect()
function & Adding Navigation Menu & Footer to Master Page, How to Insert Update
Delete Data in MS SQL DB, Creating Custom Gridview with ImageView,
Creating MS SQL Database & Tables & adding Connection String to web.config file.
I got to know how the various dynamic web application such as amazon, netflix are
actually created & works and how they save our credentials in their servers. And how
they frequently update their content pages.

You might also like