实现代码如下:

CommandName="id_" CommandArgument='<%#Eval("id_comments_")+","+Eval("iscertification_comments_") %>' OnCommand="comment_click"


实现代码如下:

protected void comment_click(object sender,CommandEventArgs e)
{
string temp = e.CommandArgument.ToString();
MessageBox.Show(temp);
}

以上就是【asp.net button 绑定多个参数】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论