views:

75

answers:

1

I have created two tables in a SQL Server database and a RadioButtonList in an ASP.NET page. In one table I have stored values for each radio button as primary key. I want that on clicking that radio button, its primary key value in stored another table in a foreign key column.

help out.......

A: 

Here's something similar that I answered the other day:

http://stackoverflow.com/questions/3705895/adding-updating-child-and-parent-record-same-time/3706103#3706103

IrishChieftain
it is not solving my problem
koin
What exactly are you having difficulty with? Can you provide a code snippet?
IrishChieftain
i want to know how to implement this functionality in asp.net page .i have not done it.
koin
Out of curiosity, what are the names of your tables?
IrishChieftain