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>