In my application i am using 2 Jtables in mvc3. 1 for parent(Category) and other for child table(products). on click of a parent table row in Jtable i want to display corresponding values in child table.
I will display the parent records .But my problem is If the parent table will have the child records in database then whole Parent table will not be displayed and getting the error like this for both the tables
Error:
An error occured while communicating to the server.
its happening after .edmx file to listAction Method how can i over come..
Please Try to help me.its an urgent Requirement.
Hi Friends
In my application i am using 2 Jtables in mvc3. 1 for parent(Category) and other for child table(products). on click of a parent table row in Jtable i want to display corresponding values in child table.
I will display the parent records .But my problem is If the parent table will have the child records in database then whole Parent table will not be displayed and getting the error like this for both the tables
Error: An error occured while communicating to the server. its happening after .edmx file to listAction Method how can i over come.. Please Try to help me.its an urgent Requirement.
Thank You