markrow 相关的软件列表

首页

asp.net 设置GridView的选中行

2020-02-16 标签:asp,n,et,设置,gridview,选中,script,type,text,javascript,var,function,selectrow,event,keycode,40,markrow

var currentRowId = 0; function SelectRow() { if (event.keyCode == 40) MarkRow(currentRowId+1); else if (event.keyCode == 38) MarkRow(currentRowId-1);