AttributeCollection.Itemとは? わかりやすく解説

AttributeCollection.Item プロパティ


AttributeCollection.Item プロパティ

サーバー コントロール指定されている属性値取得または設定します

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

解説解説
使用例使用例

ダイナミック HTML onblur 属性設定しTextBox Web サーバー コントロールフォーカス失ったときに ECMAScript コマンド実行する例を次に示します

<html>
<head>
   <script language="VB" runat="server">

       Sub Page_Load(sender As Object,
 e As EventArgs)
          TextBox1.Attributes("onblur")="javascript:alert('Hello!
 Focus lost from text box!!');"   
       End Sub
   </script>

</head>
<body>
   <h3>Attributes Property of a Web Control</h3>
<form runat="server">

   <asp:TextBox id="TextBox1" columns=54 
    Text="Click here and then tab out of this text box"
 
    runat="server"/>  

</form>
</body>
</html>
   
<html>
<head>
   <script language="C#" runat="server">

       void Page_Load(Object sender, EventArgs e) {
          TextBox1.Attributes["onblur"]="javascript:alert('Hello!
 Focus lost from text box!!');";    
       }
   </script>

</head>
<body>
   <h3>Attributes Property of a Web Control</h3>
<form runat="server">

   <asp:TextBox id="TextBox1" columns=54 
    Text="Click here and then tab out of this text box"
 
    runat="server"/>  

</form>
</body>
</html>
   
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
AttributeCollection クラス
AttributeCollection メンバ
System.Web.UI 名前空間
Attributes
Attributes


このページでは「.NET Framework クラス ライブラリ リファレンス」からAttributeCollection.Itemを検索した結果を表示しています。
Weblioに収録されているすべての辞書からAttributeCollection.Itemを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からAttributeCollection.Item を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「AttributeCollection.Item」の関連用語

AttributeCollection.Itemのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



AttributeCollection.Itemのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS