Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdreyadhossain/gpac_task
- Owner: MdReyadHossain
- Created: 2024-07-30T19:50:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T20:00:55.000Z (5 months ago)
- Last Synced: 2024-11-17T18:07:14.693Z (about 2 months ago)
- Topics: asp-net-core, bootstrap, html, jquery, mssqlserver
- Language: C#
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.