Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone, I have inserted multiple values of family members into DB. Now my question is, how can i update those family details data into database.

For Updation am showing familydetailsupdate.aspx page.

I Placed a EditImagebutton in that grid. If i click on Edit button i need to get familydetailsupdate.aspx with all the fields data filled in it, and need to update what ever field we want to update.


Please help me out in this scenario.
Thanks in advance.
Posted
Comments
Samer Aburabie 24-Sep-12 4:10am    
Please improve your question in order to help, we don't understand the business you are having here, more specific, more technical will get you more help.

1 solution

write the stored procedure for update familydetails table and call that stored procedure within button click event
once gone through this sites
http://www.codeproject.com/Articles/18136/Edit-Individual-GridView-Cells-in-ASP-NET

"msdn.microsoft.com/en-us/library/ms972948.aspx"
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900