Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all,

i am having one doubt please clarify.

i am doing one project in that there is taskassignment page i need to do the changes in it.
i need to add these columns in that estimatedstartdate and estimatedenddate and complexity.

i checked in the database i nned to add the columns and their datatype.what about in the frontend?

what changes i need to do in the frontend and the backend.please suggest me.
Posted
Updated 20-Jan-11 23:25pm
v3
Comments
#realJSOP 21-Jan-11 5:22am    
We can't help you based on your description and lack of code.
Hemraj Gujar 21-Jan-11 5:27am    
I would suggest, if you could ask your senior to explain the requirement, its your project and its an opportunity for you to explore it by doing small assignment like this.
mandarapu 21-Jan-11 8:14am    
i am the one working on that task.till now it is not started but my senior told to check all the code where to do the change.but just give me a suggestion where the changes can appear in generally

1 solution

what changes i need to do in the frontend and the backend
Frontend:
You need to add the two fields. If it is a grid then two columns, a panel then two fields.

Backend:
You need to add two columns of DataTime datatype in the needed table.

Now, after making this change you need to make sure that if you were using any object model than that is updated to accomodate the two fields. After which, both at UI level and DAL level you need to take care of the fields such that data is visible in UI in the new control added and correctly picked from DB.

You might also need to put some validation on the dates if they are editable. Rest, you can take suggestions from your seniors to move ahead.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900