<%@ Page Language="VB" %> <script runat="server"> Sub ListBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Me.lblText1.Text = Me.ListBox1.SelectedItem.Text End Sub </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 ของทีมงานไทยครีเอท