.NET2005开发WAP中页面不能跳转
protected void cmdLogin_Click(object sender, EventArgs e)
    {
        if (txtNumber.Text == "123" && txtPWD.Text == "1")
        {
            RedirectToMobilePage("MobIndex.aspx");
        }
        else
        {
            RedirectToMobilePage("MobError.aspx");
        }
    }
在WinWap for windows 3.0 模拟器中不能实现跳转