|
After working for a long time, but did not figure out the final result, some findings:
To bind the data source of the GridView in the background and update it,
To implement the GridView event OnRowEditing, it will not report an error after adding it, but there is no editing function.
To edit, I guess I have to handle it in the OnRowDataBound event of the GridView.
Add the TextBox or something manually, and then bind the data.
Limited ability, look forward to expert guidance. |
|