如何对按钮进行编码,以便在单击按钮时将其带到另一个Web表单?假设按钮名称为Confirm,结婚格式为confirm.aspx?
protected void btnConfirm_Click(object sender, EventArgs e) { (guessing that there should be an input here) }
asp.net webforms button visual-studio-2013
asp.net ×1
button ×1
visual-studio-2013 ×1
webforms ×1