小编use*_*048的帖子

ASP.NET按钮重定向到另一个页面

如何对按钮进行编码,以便在单击按钮时将其带到另一个Web表单?假设按钮名称为Confirm,结婚格式为confirm.aspx?

    protected void btnConfirm_Click(object sender, EventArgs e)
    {
        (guessing that there should be an input here)
    }
Run Code Online (Sandbox Code Playgroud)

asp.net webforms button visual-studio-2013

34
推荐指数
3
解决办法
21万
查看次数

标签 统计

asp.net ×1

button ×1

visual-studio-2013 ×1

webforms ×1