Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I want to ask u that if i add radio button in ado.net
form,and how radion button data insert in SQL2005 Database...

Answer Posted / sumit pardeshi

if(RadioButton1.checked == true)
{
string str="Male";
}
sqlCommand cmd=new sqlcommand("Insert into tablename
values("'+str+'")",con);

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sqldatareader and sqldataadapter?

1019


Why edit is not possible in repeater?

990


What is partial class?

1023


What is connection in ado.net?

998


Compare Data Reader & Dataset in ado.net?

1046


What is the hierarchy of data in databases?

988


What is the full form of ado.net?

1036


What is difference between datagridview and datagrid control in winforms?

1083


What is adodb dll?

1050


What is the use of adodc?

1040


What is difference between sqldatareader and sqldataadapter?

973


What is the difference between DataReader and DataSet in ADO.NET?

1245


Define bubbled event?

989


Explain what is datagrid with an example?

1145


What is the maximum pool size in ado.net connection string?

991