Click here to Skip to main content
15,896,481 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
i have develop the MVC4 Razor view application. i have two kind of process in a Page. Insert,update delete, hide and Show input fields, showing Left side and iframe content using right side. when am approach the insert, update,delete, hide and show events. the hole page was refreshed.so again reload the iframe contents.

My question is: if it's possible can i click the events the left side portion only refreshed?

Regards
Karthikeyan.
Posted

1 solution

If requirement is "Portion of the Page refresh" then my suggestion is you can use ajax. Means if you click then you to to server for any operation with asynchronous way and get result from your ajax callback and refresh your page portion with javascript. You can take jquery's help for all ajax process.
 
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