am having trouble changing some data fields within this form, and am wondering if anyone can help me.
this is the coding. this is in asp.net c#

the last paragraph (child care type onwards) needs to be set to have a dropdown list containg the following information
crèches
toddler groups
pre-schools and playgroups
day nurseries
out-of-school or 'kids' clubs
childminders
nannies


if anyone can help contact me asap thanks :)

<tr>
        <td>Child Care Type</td>
        <td><asp:TextBox ID="txtChildCareType" runat="server"></asp:TextBox></td>
    </tr>

Recommended Answers

All 2 Replies

hi,

i didnt get you completely as far as i get you you should do like this
<asp:dropdownlist id="ddl" runat="server">
<asp:listitem>crèches</asp:listitem>
<asp:listitem>toddler groups</asp:listitem>

</asp:dropdownlist>
childminders
nannies

please post the query clearly..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.