Is there a way to isolate my View (HTML & CSS files) within a controller like JavascriptCode/AJAX, so that upon page load, only the controller binds the data to a specific element such as a DIV based on its class?
Do you think this is achievable?
If so, could you provide some guidance or resources on how to implement it?