1
Answer

Master-Detail gridview and formview

Haider Jaafer

Haider Jaafer

7y
292
1

hi every one

i am working on visual studio2010 asp.net c# webapp sql server 2008

i have a gridview in a page show data from table Books_in (book_id ,book_date ,book_sub)

gridview depend on sqldatasource1

i need when i click on book_id in gridview transfere book_id to another page (or same page) that have formview bind with sqldatasource2

with a table procedure_table(pro_name,pro_date ,book_id) to insert new row with same book_id ,update existing row ,deleting row

i hope you get my idea ayn help will be appreciated
Answers (1)