Ejemplo n.º 1
0
    /// <summary>
    /// 作者:赵锐
    /// 日期:2009年10月12日
    /// </summary>
    public void delMobile()
    {
        string id         = HttpUtility.HtmlDecode(Request.QueryString["a"].ToString());
        string phone      = HttpUtility.HtmlDecode(Request.QueryString["b"].ToString());
        string phoneclass = HttpUtility.HtmlDecode(Request.QueryString["c"].ToString());
        int    i          = PhoneBO.DelPhoneV2(phone, id, out msg);

        Response.Write(i);
    }