Results 1 to 5 of 5

Thread: [RESOLVED] add items in my dropdownlist???

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Location
    cainta
    Posts
    80

    Resolved [RESOLVED] add items in my dropdownlist???

    asp.net code

    <aspropDownList id="infodrop" runat="server">
    <asp:ListItem Value="TestData1">TestData1</asp:ListItem>
    <asp:ListItem Value="TestData2">TestData2</asp:ListItem>
    </aspropDownList>


    Q: Why in my sample.aspx html dont have <asp:ListItem???

    * I have a infodrop and i wanted to add an items like TestData1,TestData2 and TestData3.
    Last edited by Chowking; Aug 10th, 2005 at 10:23 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width