<%@ Import Namespace="System.Collections.Specialized"%> <%@ Page Language="C#" Debug="true" %> <script runat="server"> void Page_Load(object sender, EventArgs e) { StringDictionary objDict; int i; objDict = new StringDictionary(); objDict.Add("white", "#FFFFFF"); objDict.Add("black", "#000000"); objDict.Add("red", "#FF0000"); objDict.Add("yellow", "#FFFF00"); objDict.Add("green", "#00FF00"); foreach(DictionaryEntry DicEny in objDict) { this.lblText.Text = this.lblText.Text + "Keys = " + DicEny.Key + ", Values = " + DicEny.Value + "<br>"; } } </script> <html> <head> <title>ThaiCreate.Com ASP.NET - StringDictionary</title> </head> <body> <form id="form1" runat="server"> <asp:Label id="lblText" runat="server"></asp:Label> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท