Mohsin

Mohsin

  • NA
  • 28
  • 29.6k

this code is not calling controller second time

Feb 13 2017 10:56 AM
this code is not calling controller second time
 
$('#bootstrapDialog').modal({
type: 'POST',
cache: false,
show: true,
remote: '/Stock/AddSubStock?SubStockID=' + id + '&type=' + type
});

Answers (1)