Display All records .. Not Working
Jason
Thanks Again for all your help. But i had that in my dropdown box. Here is the code
In my DataAssist Search Wizard I am doing a Exact Match. Is that problem?
If so what other search element should i do? I have attached a screen shot of the dataAssist wizard and below is the Dropdown list code i have in place
<select name="birthdayMonth">
<option value="" selected>All</option>
<option value="January">January</option>
<option value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
Thanks
