Hello everyone :)
i want to be able to just edit and update one field of my grid view is this possible?
as im using Visual Web developer 2008 express
when a user selects edit to a row, it allows the user to edit the whole row ... but this means they can change a lot of information, which i dont want them to for example
My grid view shows the following row to a moderator which authorises student marks given by a tutor
Student id, Firstname, lastname, Total Marks, Grade, Authorise, Reason
now authorise in this case is a boolean -
so the user in this case should only be able to change one field which is authorise ....
can anyone help please :)