TextBox回车触发事件

//直接在js中写 //此处TextBox1为页面上TextBox的ID 在PageLoad事件里 TextBox1.Attribute.add("onkeypress","EnterTextBox('Button1')");

你可能感兴趣的:(TextBox回车触发事件)