hi, there are two tables in database.
one is 'books'
with 4 columns
pkid,title,price,writer(int)
and other is 'persons'
with columns
pkid, name,value(int).
one asp.net page is there with text boxes named
title,price,writer and a submit button.
i want that on filling that writer txtbox with some name which is available in 'persons'
table and clicking that submit button it will store integer 'value'
in 'books'
writer column.