1
Answer

this code is not calling controller second time

Mohsin

Mohsin

7y
226
1
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)