我有一个附加了SQL数据源的Gridview。智能标记设置用于创建和处理选择和更新。当我编辑Gridview列以使2个日期字段为只读时,在更新事件上,它们将被清除,删除,在数据库表中消隐。
这是踢球者,当列不是只读时,日期会正确地发布回数据库表。
<asp:BoundField DataField="dateRegisteredUTC" HeaderText="dateRegisteredUTC" SortExpression="dateRegisteredUTC" />
没有模板字段,都是绑定的。
答案 0 :(得分:1)
我的问题没有很多信息,但可能与此"... control with the ReadOnly property set to true is sent to the server when a postback occurs, but the server does no processing... "有关。这意味着当一个控件是只读的时候,.NET可能不会更新回发上的值。