I have created an edit button in my web datagrid control.
When the edit is clicked the record goes into an edit mode and so there is a textbox for each field except the ones that are empty. So how can I add something to a field which is empty. This is because if it is empty then there is no textbox to add data to?
Thanks