Hi,I have 4 tables
and one grid view
in grid view we have one button edit
after clicking of edit button it was displaying relavant values
right now problem is after clciking of save functionality updated values are coming to controller
fincally it was showing Order Success
but values are not updated
Could please any body help me
i am facing this probelm since 15days
1) Orders(Parent table)
2)Items(Child table)
3)subitems
Based upon OrderId it can display Item values
and also Based upon Item Id it can display subitems
I am using MVC
Note:finally values are coming to debugging but not saved to database
Kindly please help me