Visual Web Developer 2010,Microsoft SQL Server 2008,IIS 7
使用SQLDataSource连接到数据库的网站。 GridView中显示的数据,启用编辑选中。
UpdateCommand="update CS247Data
set FieldValue = @FieldValue
where ParticipantID = @ParticipantID
and TableName = @TableName
and RowKey = @RowKey
and FieldName = @FieldName"
所以我总是只更新一个列/字段。 仅当GridView中的所有列都是ReadOnly = False时才有效 - 如果我只将一列(ParticipantID)更改为ReadOnly = True,则无法更新任何记录。
学家