Forum Moderators: open
The task column will be the task at hand
The completed column will be a check box
Completed by column will be a text displayed domain\username
What I would like is is when the checkbox is checked for completed it displays the domain\username of the person doing the tasks
I got the information to grab the domain\username but I cannot get the check box to display it
Any ideas? Using ASP.net 2.0 or java doesn't matter as long as it works
I'm no genius with either of these languages but I would recommend either
Javascript:
- Detect when the checkbox is checked, and when checked display a div - when unchecked, hide the div. The div can contain the code for the value.
Otherwise, I'd probably suggest AJAX to do what would of been POST without refreshing the page.