new in this field ...will be simple nd compact :
- 1 datagridview
- 6 buttons(new,save,cancel,edit,delete,update)
- 5 text boxes(all enabled = false) , 1 combo box(all enabled = false)
on the click of new all textboxes and combo box are enabled.
- fill the data
- click on save ( saved in gridview textboxes are enabled=false and cleared)
- in gridview click on row,the data in row is entered in respective textboxes.
- click on edit u can edit it.
- update it same row is updated and save it a new row is added.
Question is : i want to remove Update button and on save button i want to do coding for update and save ( both together) . .
can u help me ??