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 / vasu

Using Dataset first create data row then
dr[index]=radiobuttonid.selecteditem;

Is This Answer Correct ?    14 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is executequery?

496


What are all the different authentication techniques used to connect to MS SQL Server?

544


How do you update a dataset in ado.net and how do you update database through dataset?

483


Explain how can we load multiple tables in to dataset?

497


What are the steps you will take to improve performance?

463






What is the difference between executequery and executenonquery?

506


How do you connect to sql server database without using sqlclient?

561


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

456


What is bubbled event can you please explain?

525


What is difference between dataset and datatable?

511


How to identify the controls which can be used for binding data?

547


Which is faster datareader or dataadapter?

529


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

582


How to find the given query is optimised one or not?

504


Explain the namespaces in which .net has the data functionality class.

531