0

她是我的密码

foreach (var comboBox in this.m_storage.ColumnComboList)
{
    comboBox.OnClientSelectedIndexChanged = string.Format(
       "function(sender, args){{ComboColList(sender, args, '{0}', '{1}', '{2}');}}",
       comboBox.ID,
       comboBox.ClientID,
       list???);
}

名单???是第三个参数,是一个字符串列表。当我在调试模式下检查参数时,我只能看到字符串方法。必须有一种方法可以将字符串列表发送到客户端并访问这些值。

4

0 回答 0