Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 datakeys values[ID, Name] 现在我需要在 datalist 控件的 itemupdating 事件中访问这些值,任何人都可以给出它的语法
谢谢你
应该是这样的。。
dvlist.DataKey["datakeyName"]
或者
dvlist.DataKey[keyindex]