亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

asp.net用戶登錄 用戶驗證

發布時間:2020-07-17 02:06:12 來源:網絡 閱讀:603 作者:chouxinbo 欄目:編程語言
 
方法一:使用IsNullOrWhiteSpace屬性 返回值為TRUE   加入!取其相反的值
 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
    }
    protected void Button1_Click(object sender, EventArgs e)
    {
        string uname = "admin";
        string upwd = "123456";
        if (!string.IsNullOrWhiteSpace(this.TextBox1.Text) && !string.IsNullOrWhiteSpace(this.TextBox2.Text))
        {
            if (uname == this.TextBox1.Text)
            {
                if (upwd == this.TextBox2.Text)
                {
                    this.TextBox1.Text = this.TextBox2.Text = "";
                    Label1.Text = "登錄成功";
                }
                else
                {
                    Label1.Text = "密碼不正確";
                }
            }
            else
            {
                Label1.Text = "用戶名不正確";
            }
        }
        else
        {
            Label1.Text = "用戶名或密碼未輸入";
        }
    }
}
 
 
 
 
方法二:使用 //--利用RequiredFieldValidator 這個系統自帶的驗證控件進行驗證,需要修改controlvalidate=text1.text 修改errormessage=提示信息
 
 
asp.net用戶登錄 用戶驗證
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

托里县| 绥宁县| 清苑县| 信阳市| 确山县| 平利县| 永德县| 株洲县| 桐城市| 德江县| 南昌市| 囊谦县| 鹤峰县| 太保市| 资溪县| 平谷区| 临邑县| 遂宁市| 扎兰屯市| 南华县| 门源| 修文县| 陈巴尔虎旗| 安龙县| 多伦县| 辽宁省| 高平市| 太和县| 临泉县| 盘山县| 安平县| 仙居县| 灵丘县| 连南| 易门县| 隆昌县| 渑池县| 丽水市| 汾西县| 潼南县| 句容市|