我有一个通过Objectdatasorce连接到SQL DB的gridview。
我首先插入一条记录,其中包含从文本框中收集的数据。
在更新时,用户在gridview上输入2个字段 - MarketValue& PercentAllocated。 这两个值会影响一个字段OperatingCost,它需要至少10个其他文本框输入来计算。
有没有办法拦截Gridview Update Command&获取用户输入的2个值(MarketValue& PercentAllocated)&计算OperatingCost&一次更新3个值(MarketValue& PercentAllocated& OperatingCost)?
答案 0 :(得分:0)
请尝试使用Objectdatasource的onupdating事件。了解更多信息
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.objectdatasource.updating.aspx