<%@ Page Language="C#" Debug="true"%> <script runat="server"> void ListBox1_SelectedIndexChanged(object sender, EventArgs e) { this.lblText1.Text = this.ListBox1.SelectedItem.Text; } </script> <html> <head> </head> <body> <form runat="server"> <asp:ListBox id="ListBox1" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ListBox1_SelectedIndexChanged"> <asp:ListItem>Item 1</asp:ListItem> <asp:ListItem>Item 2</asp:ListItem> <asp:ListItem>Item 3</asp:ListItem> <asp:ListItem>Item 4</asp:ListItem> <asp:ListItem>Item 5</asp:ListItem> </asp:ListBox> <br /> <br /> <asp:Label id="lblText1" runat="server"></asp:Label> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท