Answered by:
an ASP .Net web application using C# that will allow for the capturing, searching, updating and deleting of employees details.

Question
-
This is the question and i have no idea how to do it can anyone help me please
You are required to write an ASP .Net web application using C# that will allow for the capturing, searching, updating and deleting of employees details. The details to be captured are: Employee Number, Employee Name, Contact Number, Month and Day of their birth, Designation and Employment Date.
1. Design a user friendly interface that caters for all input, commands/events (processing) and output using appropriate toolbox objects.
2. Validate all input fields for appropriate data before continuing.
3. These details must be saved to a text file called Employees.
4. The user must be allowed to search for and retrieve an individual employees details based on their Employee Number.
5. Allow the user to locate an employee using their Employee Number and then update their Contact Number and Designation. Save the updated details to the text file.
6. Allow the user to delete an employee’s details from the text file according to their Employee Number.
HINTS:
Use methods where appropriate,e.g. Validate, Write, Read, Update, Delete etc.
Use classes appropriately, e.g. EmployeeClass to store all employees’ details.
Use appropriate decision and looping structures.
Use Exception Handling (Try…Catch…Blocks) were necessary
- Moved by Guillaume Rouyre [MBA, MVP, MCC]MVP Thursday, April 9, 2015 9:35 AM Wrong forum
- Moved by Kristin Xie Friday, April 10, 2015 7:21 AM Asp.Net related
Thursday, April 9, 2015 9:19 AM
Answers
-
We do not do homework. You need to work on this yourself and then you can ask focused questions are the areas you're struggling with. If you're having problems with the entire project then you need to talk with your instructor.
Please post questions related to web development in the ASP.NET forums (http://forums.asp.net ).
- Proposed as answer by Kristin Xie Friday, April 10, 2015 7:20 AM
- Marked as answer by Just Karl Friday, April 17, 2015 7:57 PM
Thursday, April 9, 2015 5:11 PM -
I'm not sure if this should be a question to one of the freelancers websites or what? Please note that such forums are not meant to develop a-z applications or help with job hunting. However if you looking to learn check the below tutorial, note that its for Asp.net MVC:
http://www.c-sharpcorner.com/UploadFile/2b481f/using-crud-operation-in-Asp-Net-web-api/
Although this post is already a moved one, but I think its still needs to be moved to :
Fouad Roumieh
Thursday, April 9, 2015 9:46 AM
All replies
-
I'm not sure if this should be a question to one of the freelancers websites or what? Please note that such forums are not meant to develop a-z applications or help with job hunting. However if you looking to learn check the below tutorial, note that its for Asp.net MVC:
http://www.c-sharpcorner.com/UploadFile/2b481f/using-crud-operation-in-Asp-Net-web-api/
Although this post is already a moved one, but I think its still needs to be moved to :
Fouad Roumieh
Thursday, April 9, 2015 9:46 AM -
its not for any website or anything , its a school project that i need help with
Thursday, April 9, 2015 10:22 AM -
Ok, hope that you have the development tools like VS, SQL...?
Fouad Roumieh
Thursday, April 9, 2015 11:21 AM -
We do not do homework. You need to work on this yourself and then you can ask focused questions are the areas you're struggling with. If you're having problems with the entire project then you need to talk with your instructor.
Please post questions related to web development in the ASP.NET forums (http://forums.asp.net ).
- Proposed as answer by Kristin Xie Friday, April 10, 2015 7:20 AM
- Marked as answer by Just Karl Friday, April 17, 2015 7:57 PM
Thursday, April 9, 2015 5:11 PM