Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i was re loading page with modified data

using in MVC2
page was aspx page
this aspx page call in controller
can you provide any link helpfull
Posted

1 solution

Your question is not very clear to me. I guess you want to modify your data and display that modified data to your aspx page. If so then you need to call Any controller Action. That action will update data with the help of Model. Then the updated Model you will send to the View(aspx). The view will render it for the client/browser. That is very basic to MVC application. Let me know is it you want or you need it with code example?
 
Share this answer
 

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