hello Friends.
i m having one RadioButtonList control with 2 list item :item 1 ,item 2
hows to insert data of RadiobuttonList Control to database? & visa-versa?
need to take 2 fields in table in database for those 2 list item?
how to do it?
give me suggestion!!
thanks.
Loading
Kirtan PatelPosted Nov 12, 2009, 6:00 PM
you dont need to take two Fields
you can take One Bit Filed in Database ad Manipulate like
if Item1 is selected then value = 1
if item2 is selected then value = 0
hope this solves your problem
if my answer solves your problem then check "Do you like this answer" please :)
kritikaPosted Nov 13, 2009, 5:32 AM
bt bit confusion .. how to get value from database for perticular list item in it by using datareader?
i can't give direct reference..
which is proper way for it?
thanks