Hello All,
We have a requirement where we have to display the output in two sections in single HTML page.
In first section we will be building the UI logic in the landing HTML page using JavaScript and JQuery by giving the DIV ID's to the respective data...
In second section we have to display the data in tabular format.. from OData services..for this part we have used the MVC design by filling the data in the VIEW and sending it back to the HTML page using return and displaying the content...using placeat("content")...
Can someone suggest me how to proceed to achieve this functionality...
we were successful in getting the data in both the cases separately in different HTML pages.. but when we try to mix both the scenarios and used different DIV's we are unable to get the output of only the first section data...
Thanks