Disabling/enabling the textbox of EditCommandColumn based on value
My question is...I have an id returned by a stored procedure that populates the datagrid. If the id returned is "1" I want the Login time to also be editable, but if the id is "2" the Logout time should not be editable.
Is there a way I can do this?
Any help would be greatly appreciated,
Ninel

