Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Tag: asp.net

Hot Article on Async Methods on Asp.Net page with C#

Today i found a great article on Async page technology of DotNet, posted on the davidjberman blog.. you can find the resource at: http://davidjberman.com/blogs/csharp/archive/2007/08/13/how-to-create-asynchronous-asp-net-pages-using-c.aspx

DotNet tips , change onmouseover cursors … with some strange problems with browsers

as all of us that work with DotNet to producing Web Application and fight with company styles, some times we need to change some attributes of style in a page…. now i need to change the cursor pointer from ‘default’ to ‘hand’ on a asp button, as we now with di MS DotNet framework 2.0…
Leggi tutto

Tiburon -> Delphi 2009

Da qualche giorno è ormai disponibile la nuova versione di Delphi e C++ con enormi novità  tecnologiche rispetto alle precedenti. Questa nuova versione codename “Tiburon” migliora drasticamente le performance dell’IDE e del compilatore/parser,tra le novità  più ecclatanti vi sono : Supporto ai generics (Tlist) Completo supporto a Unicode DataSnap completamente nuovo basato sullo std JSON…
Leggi tutto

Delphi for DotNet – WebForm per fare l’upload di un file

COME CREARE UNA PAGINA PER ESEGUIRE GLI UPLOAD CON ASP.NET IN DELPHI PER .NET A differenza del caro e buon veccio Asp in cui creare una pagina di upload era simile ad un parto, nel nuovo ambiente .Net di Microsoft la cosa è resa molto più semplice grazie all’introduione della classe : System.Web.UI.HtmlControls.HtmlInputFile. In questo…
Leggi tutto