Forums
 This topic is locked 
             Input radio button (asp SQL SERVER)
 Posted 23 Jun 2010  10:03:08 
  1 
     has   voted 
  23 Jun 2010  10:03:08 stephan ludovic posted: 
 HiI have an update form with input radio
button (yes/no) connected to a SQL server database bit field.
Here my code:
<label>
            <input type="radio" name="crealieepassagerce" value="0" id="crealieepassagerce_0" />
            Yes</label></td>
        </tr>
        <tr>
          <td><label>
            <input type="radio" name="crealieepassagerce" value="-1" id="crealieepassagerce_1" />
            No</label>
But when i m trying to upadate the sql field doesn't change...
Any idea?
Thanks a lot
Replies
 Replied 20 Jul 2010  16:07:55 
   20 Jul 2010  16:07:55 Patrick Julicher replied: 
  Hi Stephan,
What field type is set in the SQL server. Could you also post the update code?
Best regards,
Patrick
  What field type is set in the SQL server. Could you also post the update code?
Best regards,
Patrick
 Replied 20 Jul 2010  16:08:09 
   20 Jul 2010  16:08:09 Patrick Julicher replied: 
  Hi Stephan,
What field type is set in the SQL server? Could you also post the update code?
Best regards,
Patrick
  What field type is set in the SQL server? Could you also post the update code?
Best regards,
Patrick
 Replied 20 Jul 2010  16:08:19 
   20 Jul 2010  16:08:19 Patrick Julicher replied: 
  Hi Stephan,
What field type is set in the SQL server? Could you also post the update code?
Best regards,
Patrick
  What field type is set in the SQL server? Could you also post the update code?
Best regards,
Patrick
