I am using ajax in mvc for partial page refresh.
I create a partial view (ie a seperate user control) for each page and then call partial view by using Html.RenderPartial().
I just want to confirm that do I need to create a seperate user control for every page or is there any other way?
Any suggestions would be greatly appreciated.