- ASP.NET: Politiche di Caching
ASP.NET introduce un sofisticato meccanismo di caching, attivo sia a livello di pagina, sia di oggetti. Offre la possibilità di legare la permanenza in cache utilizzando dipendenze temporali o tra oggetti ...
- ASP.NET e Xml - Codice sorgente dell’esempio
Sorgenti: LeggiXml.aspx Scarica i sorgenti: aspnet11.zip Articolo a cui si riferisce il codice: ASP.NET e Xml LeggiXml.aspx 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 4 <%@ Page Language="VB" Debug="True" %> 5 6 <%@ Import Namespace="System.Data" %> 7 <%@ Import Namespace="System.Data.OleDb" %> 8 9 <%@ Register TagPrefix="ANet" TagName="Footer" Src="includes/footer.ascx"%> 10 11 <!– 12 # nome:...
- ASP.NET: differenze con ASP - Codice sorgente dell’esempio
Sorgenti: primaPagina.aspx - footer.ascx Scarica i sorgenti: aspnet01.zip Articolo a cui si riferisce il codice: ASP.NET: differenze con ASP primaPagina.aspx 1 <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” 2 “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> 3 4 <%@Page Language=”VB”%> 5 <%@Register TagPrefix=”ANet” TagName=”Footer” src=”includes/footer.ascx”%> 6 7 <!– 8 # nome: primaPagina.aspx 9 # scritto da:...
- ASP.NET: DataReader e DataSet - Codice sorgente dell’esempio
Sorgenti: DataReader.aspx - DataSet.aspx - Connessione.ascx Scarica i sorgenti: aspnet10.zip Articolo a cui si riferisce il codice: ASP.NET: DataReader e DataSet DataReader.aspx 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 4 <%@ Page Language="VB" Debug="True" %> 5 6 <%@ Import Namespace="System.Data" %> 7 <%@ Import Namespace="System.Data.OleDb" %> 8 9 <%@ Register TagPrefix="cnn" TagName="connection"...
- ASP.NET: Mantenere lo stato - Codice sorgente dell’esempio
Sorgenti: pageLoad.aspx - pageLoadCheck.ascx - footer.ascx Scarica i sorgenti: aspnet02.zip Articolo a cui si riferisce il codice: ASP.NET: Mantenere lo stato pageLoad.aspx 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 4 <%@Page Language="VB"%> 5 <%@Register TagPrefix="ANet" TagName="Footer" Src="includes/footer.ascx"%> 6 7 <!– 8 # nome: pageLoad.aspx 9 # scritto da: Antonio Volpon 10 # data creazione:...
Scrivi un commento
Non è possibile inserire commenti per questo intervento.