tips & tricks


Calendario
giugno 2025
lmmgvsd
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

Html report generated by SqlServer query in Html div

View Html report generated by SqlServer query in Html div

function callServerProfileView(IDProfile, idOpUnit) {
                $.ajax({
                    type: "POST",
                    url: GetAppPath() + "/WebServices/Profile/ProfileServices.asmx/GetProfileFromID",
                    data: "{idProfile:'" + IDProfile + "',idOpUnit:'" + idOpUnit + "' }",
                    contentType: "application/json; charset=utf-8",
                    dataType: "json",
                    async: false,
                    success: function (msg) {
                        $("#divProfile").html(msg.d);
                    },
                    error: function (xhr, msg) {
                        console.log(msg);
                        $("#divProfile").hide();
                    }
                });
            }
Categoria: Jscript
martedì, 02 gen 2018 Ore. 12.23
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 16.967
  • Views Posts: 60.933
  • Views Gallerie: 2.852
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003