- 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: XMLLeggi.aspx 13 # scritto da: Antonio [...]...
- 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" Src="connessione.ascx" %> 10 <%@ Register TagPrefix="ANet" [...]...
- 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: Antonio Volpon 10 # data [...]...
- ASP.NET: Web Form Controls e gli eventi – Codice sorgente dell’esempio
Sorgenti: TextBox.aspx Scarica i sorgenti: aspnet05.zip Articolo a cui si riferisce il codice: ASP.NET: Web Form Controls e gli eventi TextBox.aspx – Prova l’esempio [nuova finestra] 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: TextBox.aspx 9 # scritto da: Antonio Volpon 10 # data creazione: 25 [...]...
Scrivi un commento
Non è possibile inserire commenti per questo intervento.