I resolved the issue. This article helped me big time!
http://www.progtalk.com/Vi
Thanks for the suggestion though, Chirag.
Main Topics
Browse All TopicsI have a column, called 'Primary' , in my back end sql database and it is of bit type, so it has either a 'True' or a 'False'. Now, in my Gridview I have a column of Radio buttons. I want to bind the back end column, Primary, to this column of radio buttons in the gridview such that the radio button is checked when the respective entry in the database has a value of 'True' and it should not be checked, if the respective back end entry in that column is 'False'.
Also, when the app is running and if I check another radiobutton, I want it to reflect in the database and gridview such that the new checked row entry has it's radio button checked and respective back end column is replaced with a true. The old entry which was checked should change to 'False' in the back end and should be unchecked in the app. Autopostbck can be enabled if needed. I tried working with onClickChanged event in the radio buttons and wrote some code in 'On row created'.... but nothing seems to coordinate or work.
Ive attached a couple of files wit hthe screenshots of the front and back end to get a better picture.
Any suggestions or solutions on how to get this working would be appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I resolved the issue. This article helped me big time!
http://www.progtalk.com/Vi
Thanks for the suggestion though, Chirag.
Business Accounts
Answer for Membership
by: Chirag1211Posted on 2008-09-15 at 12:47:06ID: 22482169
Here you need to handle RowCommand event of GridView in that using the sender(means the RadioButton that is clicked) you need to update the corresponding database row.
Regards,
Chirag