当前位置: 代码迷 >> ASP.NET >> 急通过一个button定向传两个值,HOW TO DO解决方案
  详细解决方案

急通过一个button定向传两个值,HOW TO DO解决方案

热度:3755   发布时间:2013-02-26 00:00:00.0
急!!!通过一个button定向传两个值,HOW TO DO
谢谢各位

------解决方案--------------------------------------------------------
Button1.Attribute.Add( "onclick ", "window.location= 'aaa.aspx?id=1&name=ttt ' ");
  相关解决方案