Haider Jaafer

Haider Jaafer

  • NA
  • 36
  • 841

Master-Detail gridview and formview

Feb 15 2017 12:54 PM

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)