Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Dear Guys,
Can you pls share your toughts in making a table created with MVC framework refresh without loosing its content or navigating to the default/home page.
Yes David . Basically the MVC table contains Roles & User Info. If i add a user to the customised table , i expect a internal refresh to happen within the mvc table without the page getting refreshed.
You can use <script language="javascript">
var ecnImg = document.getElementById('mvcTable');
}
var number = document.getElementById('partSearchNum').value;
var params = {
name : name
//reload the table builder
}