My client has given one requirement like below:
He wants to Insert, Update, Delete record inside the GridView only. He wants all the data to be present in TextBoxes and DropDownList controls (i.e. not in the label controls). If he wants to update any record, then he wants to straight-away update the record there and clicks on Update button. He doesn’t want to click on the Edit link to get the record in Edit mode.
How can I achieve this functionality? I should also consider references columns while designing GridView. i.e. some templates will contain DropDownList items also.
Can anybody please suggest me how to do this. Some suggestions or some links to learn are appreciatable.
Please help me on this.
GvYou can add the requied field to the grid view in a template field
and then in the backend code
same for the deleting