每次在DataGrid中添加新行但ID不同时,我都会尝试插入新的Select控件。我的问题是为什么同一DataGrid中不同行中的所有控件的id都相同?我正在使用此代码添加选择控件
<select id="Matches" clientidmode="Predictable" multiple="multiple" onclick="MatchSelected(event, this);" onblur="HideMatches(event, this);" onkeydown="LeaveWhenEsc(event, this);"></select>
我指的是this个例子。
请帮忙。谢谢。
答案 0 :(得分:0)
事实证明我忘了输入runat =“server”。所以它不会处理clientidmode。