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 / vinay kumar v

If(Radiobutton.checked == true)
{
string str1 = "Male";
}

insert into #t value(str1);

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define different execute methods of ADO.NET command object ?

1168


Define Execute Reader?

1116


How to work with disconnected data - the dataset and sqldataadapter?

1039


How can we serialize the dataset object?

1053


How we can provide data to ado.net?

1125


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

2081


Explain how do you connect to sql server database without using sqlclient?

1059


What is ado code?

998


What is microsoft ado?

1074


Is bulk insert faster than insert?

964


What is the difference between a datareader and a dataset?

1100


What is connection string?

1055


What is bubbled event can you please explain?

1105


Can datareader hold data from multiple tables?

1224


What is connected architecture in ado.net?

1182