nevilparmar11 / CE_092_Nevil

WDDN Lab Assignments Submission. The site is live on the Azure platform.

Home Page:https://imsmvcsystem.azurewebsites.net/Account/Login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project - Inventory Management System

IMS

🌐 Live Demo

Note : The site is up and live on azure platform. Since I am using the free service providers, few funcionalities might not work as expected due to the free subscription quotas and limits.

Lab - 09

  1. Task 1.

Lab - 08

  1. Task 1.

  2. Task 2.

Lab - 07

  1. LINQ Demo With Numbers List
  1. LINQ Demo With Human Names (String)
  1. Task 3.
  • Home.aspx - There is one textbox in which the user enters product ID and press submit button. The control goes to the product.aspx page.
  • Product.aspx - This page has a detailed view control which receives product ID from previous page via query string and displays corresponding product details in detail view control. The details view also has facility to Insert, Update or Delete product records.
  • allproduct.aspx - which displays all product details in Gridview. The gridview has editing, deletion, paging and sporting facilities.
  1. Task 4.
  • Insert.aspx - Insertion of new record.
  • Update.aspx : Update the record
  • Delete.aspx - Delete the record
  • Show.aspx : view all records in gridview with editing, deletion, sorting functionality. Gridview only displays Student ID and Name. When any record in the gridview is selected, all the details of the corresponding record with values of all fields are displayed in the details view control on the same page.

Lab - 06

  1. Task 1.
  • Insert.aspx - This page contains text boxes for adding student details and submit buttons. When the button is clicked, data is added into the table.
  • Edit.aspx : It has one textbox. When a user enters a student ID in the textbox and clicks on the fetch button, details of that student are fetched in other textboxes on the same page. After doing editing, when the user clicks on the submit button, the values are updated in the database.
  • Delete.aspx - User enters ID number in the textbox and when clicks the Delete button, the corresponding record from the database gets deleted.
  • Show.aspx : This page displays the content of the student table in the gridview.
  1. Task 2.
  • Login.aspx - User id and password is validated against the database. On successful login, create a session and go to product.aspx page.
  • Product.aspx - All available products are listed in gridview with their price. All product names are also fetched in Listbox from which users can select one or more products and press the place order button.
  • Order.aspx - The order details of the user is displayed ( All items in the order along with final amount to be paid)

Lab - 05

  1. Applicataion to demonstrate the use of cookies.
  1. Create demo shopping application
  1. Optional Tasks
  • There is a button and label on the page and when button is clicked, the count is incremented in the label. Make use of ViewState.
  • Task A_Counter
  • Pass information of two textboxes from page 1 to page 2 using Cross Page Posting technique.
  • Task_B_CrossPagePosting

Lab - 04

  1. Creating and publishing dll file to nuget package manager.
  1. Task 2

Lab - 03

  1. calc.cs file which contains two functions addition and multiplication
  2. Strong named key file ( .snk file)
  3. calc.cs file new version
  4. Notepad file for steps to create strong named assembly calc.dll and deploy it to GAC, steps to create new version calc.dll and upload to GAC.
  5. A config file which tells the driver program to use version 1.0.0.0 instead of version 0.0.0.0

Lab - 02

  1. Two source files addition.cs and multiplication.cs
  2. addition.netmodule and multiplication.netmodule
  3. A notepad file which contains commands to generate netmodule files and to combine them into single DLL file names Calc.dll

Lab - 01

  1. Hello World C# Program.
  2. Program to add two numbers with user input from console.
  3. addition.cs file which contains an additional function to create DLL.
  4. driver.cs program which will be used to create exe and which refers addition.dll file.

Thank You

About

WDDN Lab Assignments Submission. The site is live on the Azure platform.

https://imsmvcsystem.azurewebsites.net/Account/Login


Languages

Language:C# 84.5%Language:ASP.NET 11.4%Language:HTML 4.1%