一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

asp.net 簡單實現禁用或啟用頁面中的某一類型的控件

比如,我們在提交一個表單的時候,可能由于網絡服務器的原因,處理很慢,而用戶在處理結果出來之前反復點擊按鈕提交。這樣很容易造成不必要的麻煩甚至是錯誤。說了這么多,其實就是要實現一個禁用某些控件的一種功能。好了,下面我就介紹自己簡單實現的這個小功能,貼代碼:
復制代碼 代碼如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
namespace DotNET.Common.Util
{
/// <summary>
/// 控件枚舉,我們在禁用或啟用時,就是根據這個枚舉來匹配合適的項
/// </summary>
public enum ControlNameEnum
{
Panel = 0, //容器 這個比較常用
TextBox = 1,
Button = 2, //這個也比較常用 比如 按鈕提交后的禁用,返回結果后啟用
CheckBox = 3,
ListControl = 4,
All = 100 //所有
}
public static class ControlHelper
{
#region 同時禁用或者啟用頁面的某些控件
/// <summary>
/// 設置是否啟用控件
/// </summary>
/// <param name="control"></param>
/// <param name="controlName"></param>
/// <param name="isEnable"></param>
public static void SetControlsEnabled(Control control, ControlNameEnum controlName, bool isEnabled)
{
foreach (Control item in control.Controls)
{
/* 我們僅僅考慮幾種常用的ASP.NET服務器控件和html控件 */
//Panel
if (item is Panel && (controlName == ControlNameEnum.Panel || controlName == ControlNameEnum.All))
{
((Panel)item).Enabled = isEnabled;
}
//TextBox,HtmlTextBox
if (controlName == ControlNameEnum.TextBox || controlName == ControlNameEnum.All)
{
if (item is TextBox)
{
((TextBox)(item)).Enabled = isEnabled;
}
else if (item is HtmlInputText)
{
((HtmlInputText)item).Disabled = isEnabled;
}
else if (item is HtmlTextArea)
{
((HtmlTextArea)(item)).Disabled = isEnabled;
}
}
//Buttons
if (item is Button && (controlName == ControlNameEnum.Button || controlName == ControlNameEnum.All))
{
if (item is Button)
{
((Button)(item)).Enabled = isEnabled;
}
else if (item is HtmlInputButton)
{
((HtmlInputButton)(item)).Disabled = !isEnabled;
}
else if (item is ImageButton)
{
((ImageButton)(item)).Enabled = isEnabled;
}
else if (item is LinkButton)
{
((LinkButton)(item)).Enabled = isEnabled;
}
}
//CheckBox
if (controlName == ControlNameEnum.CheckBox || controlName == ControlNameEnum.All)
{
if (item is CheckBox)
{
((CheckBox)(item)).Enabled = isEnabled;
}
else if (item is HtmlInputCheckBox)
{
((HtmlInputCheckBox)(item)).Disabled = !isEnabled;
}
}
//List Controls
if (controlName == ControlNameEnum.ListControl || controlName == ControlNameEnum.All)
{
if (item is DropDownList)
{
((DropDownList)(item)).Enabled = isEnabled;
}
else if (item is RadioButtonList)
{
((RadioButtonList)(item)).Enabled = isEnabled;
}
else if (item is CheckBoxList)
{
((CheckBoxList)(item)).Enabled = isEnabled;
}
else if (item is ListBox)
{
((ListBox)(item)).Enabled = isEnabled;
}
else if (item is HtmlSelect)
{
((HtmlSelect)(item)).Disabled = !isEnabled;
}
}
//如果項目還有子控件,遞歸調用該函數
if (item.Controls.Count > 0)
{
SetControlsEnabled(item, controlName, isEnabled);
}
}
}
#endregion
}
}

ASPx頁面中的調用如下:
復制代碼 代碼如下:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
ControlHelper.SetControlsEnabled(this.Page, ControlNameEnum.Panel, false); //Panel禁用
}
}

需要注意的是,我這里的實現只是針對幾種常用控件,您可以按照自己項目的需要任意擴展。
測試打包下載

AspNet技術asp.net 簡單實現禁用或啟用頁面中的某一類型的控件,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲网站视频 | 精品无码一区在线观看 | 中文字幕一区二区日产乱码 | 久久久网久久久久合久久久久 | 亚洲国产婷婷香蕉久久久久久 | 丁香六月婷婷综合 | 美女被男人狂躁免费视频 | 国产综合成人久久大片91 | 久99久女女精品免费观看69堂 | 一级做a爰片性色毛片刺激 一级做a爰片性色毛片黄书 | 成人黄视频在线观看 | 欧美成人久久久 | 亚洲一区不卡视频 | 欧美视频在线免费 | 欧美激情视频二区 | 91福利国产在线观看一区二区 | 国产一区二区精品久 | 高清国产美女一级a毛片录 高清国产美女一级毛片 | 日韩视频一区二区三区 | 四虎永久在线精品免费影视 | 免费看美女扒开腿让男人桶 | 加勒比一区二区三区 | 手机在线观看黄色网址 | 婷婷色中文网 | 国产熟睡乱子伦视频观看软件 | 美女黄色免费 | 国产精品麻豆一区二区三区v视界 | 国内精品日本久久久久影院 | 在线观看国产一区二区三区 | 色视频网站大全免费 | 亚洲欧美日韩国产一区二区精品 | 九九午夜| 97午夜视频| 亚洲国产欧美另类 | 白嫩少妇激情无码 | 深爱婷婷网 | 亚洲91在线视频 | 亚洲影视一区 | 狠狠色综合久久婷婷 | 欧美日韩中文国产va另类 | 91麻豆精品 |