For example, by hooking the RowUpdating event you can check what is being updated against the new values.
例如,通过挂钩rowupdating事件,您能够检查新值的更新内容。
The GridView also exposes a RowUpdating event that allows you to modify the values being passed to the data source object.
GridView也公开一个RowUpdating事件,允许您修改正在传递到数据源对象的值。
You might want to handle the RowUpdating event by HTML-encoding the values supplied by the client before they are persisted to the underlying data store.
您可能想在客户端提供的值存留到下层数据存储之前,通过HTML编码来处理RowUpdating事件。
You might want to handle the RowUpdating event by HTML-encoding the values supplied by the client before they are persisted to the underlying data store.
您可能想在客户端提供的值存留到下层数据存储之前,通过HTML编码来处理RowUpdating事件。
应用推荐