Zorro_
05-03-2007, 06:24 PM
Hi!
i am trying to fetch the values from an html page and then inserting them into a database using asp.
i want to know how to fetch the value from a check box and insert in the database..
there are check boxes named:
chk_sunday value:Sunday
chk_mon value :Monday
chk_tue value : Tuesday
chk_wed value :Wednesday
chk_thur value : Thursday
chk_fri value : Friday
chk_sat value : Saturday
<input type="checkbox" name="chk_sun" value="Sunday">
<input type="checkbox" name="chk_mon" value="Monday">
<input type="checkbox" name="chk_tue" value="Tuesday">
<input type="checkbox" name="chk_wed" value="Wednesday">
<input type="checkbox" name="chk_thur" value="Thursday">
<input type="checkbox" name="chk_fri" value="Friday">
<input type="checkbox" name="chk_sat" value="Saturday">
Please help me
i am trying to fetch the values from an html page and then inserting them into a database using asp.
i want to know how to fetch the value from a check box and insert in the database..
there are check boxes named:
chk_sunday value:Sunday
chk_mon value :Monday
chk_tue value : Tuesday
chk_wed value :Wednesday
chk_thur value : Thursday
chk_fri value : Friday
chk_sat value : Saturday
<input type="checkbox" name="chk_sun" value="Sunday">
<input type="checkbox" name="chk_mon" value="Monday">
<input type="checkbox" name="chk_tue" value="Tuesday">
<input type="checkbox" name="chk_wed" value="Wednesday">
<input type="checkbox" name="chk_thur" value="Thursday">
<input type="checkbox" name="chk_fri" value="Friday">
<input type="checkbox" name="chk_sat" value="Saturday">
Please help me