HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Documents
User documentation
Guida utilizzo Redmine
2015-09-08 05:58 PM
Cancellazione Cache Browser
2015-11-10 08:26 PM
Il documento spiega come cancellare i dati di cache sui browser Internet Explorer e Chrome
Call Ajax
2016-01-25 09:24 PM
------------------- CHIAMATA AJAX
function ajaxCall(ajaxOptions) {
/// <signature>
/// <summary>Esegue una chiamata AJAX in base ai parametri passati. Torna il data se tutto ok oppure manda un messaggio di errore.</summary>
/// <param name="ajaxOption" type="object JSON">Oggetto JSON Contenente i parametri della chiamata così formato:</param>
...
Web Service
2016-01-25 09:24 PM
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Web;
using System.Web.Services;
using FAAP.dsFAAPTableAdapters;
using Newtonsoft.Json;
using FAAP.DataClasses;
...