You can just load the Partial view using this code: Load the Partial view to the DIV $( "#divdetail" ).load( ' @ Url.Action( "_Detail" , "GEMS_BCRpt" ) ' + "?ID=" + ID ); <script> $(function() { $("#btn").click(function() { var id = 10; var valoare = 'test'; var url = '/TestingImages/Index2?Id=' + id + '&valoareselectata=' + valoare; window.location.href = url; }); }) </script> <input id="btn" type="button" value=“submit"/> function changedet(ID) { $( "#divdetail" ).load( ' @ Url.Action( "_Detail" , "GEMS_BCRpt" ) ' + "?ID=" + ID ); }
This is to see the config file npm config edit npm config set proxy http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 Set Proxy with username and password npm config set proxy "http://domain%5Cusername:password@servername:port/" - domain/user_name <--- replace / with %5C Check Cordova version npm --version
Comments
Post a Comment