T
tshad
Is there a way to raise an event when a user exits a textbox?
I tried OnTextChanged and that doesn't seem to do it.
<asp:textbox id="email" TextMode="SingleLine" OnTextChanged="checkRecords"
Columns="45" runat="server" />
I need to load a dropdownlist after someone enters his email. There would
be no button to push. After the user enters his name and email it needs to
check a table to see if there are already any record and if so load the
dropdown to all the user to choose one.
Thanks,
Tom.
I tried OnTextChanged and that doesn't seem to do it.
<asp:textbox id="email" TextMode="SingleLine" OnTextChanged="checkRecords"
Columns="45" runat="server" />
I need to load a dropdownlist after someone enters his email. There would
be no button to push. After the user enters his name and email it needs to
check a table to see if there are already any record and if so load the
dropdown to all the user to choose one.
Thanks,
Tom.