Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdreyadhossain/gpac_task

Task of GPAC task
https://github.com/mdreyadhossain/gpac_task

asp-net-core bootstrap html jquery mssqlserver

Last synced: about 2 months ago
JSON representation

Task of GPAC task

Awesome Lists containing this project

README

        

## Task of GPAC Assignment
**First Part:**
Customer Name will be loaded in drop down list based on radion button selection “Corporate” and “Individual”. Corporate Customer will be loaded from Database Table
named `Corporate_Customer_Tbl` and Individual Customer will be loaded from Database Table named `Individual_Customer_Tbl`. Date will be selected from bootstrap
calendar, Time will be 12 Hours Format such as 9:10 AM, 3:20 PM.

**Second Part:**
Select Product/Service dropdown list will be loaded from a Database Table named `Products_Service_Tbl`, unit will be loaded based on Selected Product/Service option in
read only textbox, Quantity(input only numeric value. ‘Add’ button will add these data to below bootstrap table. Any number of rows can be added to this table. Added
rows can be edited or deleted.

**Third Part:**
‘Save’ button will save First Part data in table Meeting_Minutes_Master_Tbl `enter code here`using stored procedure `Meeting_Minutes_Master_Save_SP` and Second Part data in table
`Meeting_Minutes_Details_Tbl` using stored procedure `Meeting_Minutes_Details_Save_SP`.

Use `ASP. Net`, `HTML`, `Bootstrap`, `JQuery` as client side programming language, `C#` as Server side programming language and `MS SQL Server` as database.