scritto da giox
31/08/2011 11.51.00
Scambiare file di grosse dimensioni oltre un gigabyte.
[Prosegue]
Correntemente valutato 1.0 da 1 utenti
- Currently 1/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: filesharing
Categorie:
scritto da giox
04/04/2009 19.40.16
The following is the sequence in which events occur when a master page is merged with a content page: Content page PreInit event. Master page controls Init event. Content controls Init event. Master page Init event. Content page Init event. Content page Load event. Master page ...
[Prosegue]
Correntemente valutato 5.0 da 1 utenti
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
Categorie:
scritto da giox
26/03/2009 21.28.35
There are more than 30 methods in ASP.NET classes that deal with paths and/or URLs. Many developers coming from traditional ASP tend to stick with the methods they know from ASP (which are still there), but there are many other useful methods that can save you a lot of time and headache. Le...
[Prosegue]
Correntemente valutato 5.0 da 1 utenti
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
Categorie: ASP.Net
scritto da giox
24/11/2008 20.46.00
Unable to find connection X for object 'web.config'. The connection string could not be found in application settings, or the data provider associated with the connection string could not be loaded..
[Prosegue]
Vota questo post per primo
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
Categorie: ASP.Net
scritto da giox
06/11/2008 14.51.00
Formattare una data in SQL Server con la funzione CONVERT.
[Prosegue]
scritto da giox
22/10/2008 17.58.00
There isn't a solution can solve all the various cases, but if you get this errors:
from one day to another
without any changes in the code
you get both error messages: 'WebForm_PostBackOptions' is undefined and 'sys' is undefined
...
[Prosegue]
scritto da giox
15/09/2008 19.45.00
Dal blog MSDN:
ScottGu ha annunciato il rilasciato della preview 5 di ASP.NET MVC, che potete scaricare da CodePlex a questo link. Ora che è da poco uscita la SP1 di Visual Studio 2008 potete provarla anche con Visual Web Developer 2008 Express SP1.
Cos’è ASP.NET MV...
[Prosegue]
scritto da vivacron
04/07/2008 9.33.00
Altro componente per la fruizione e, a differenza di RssFeed, la creazione di RSS. Il link alla pagina del progetto (su codeplex) e' http://www.codeplex.com/ASPNETRSSToolkit
Correntemente valutato 2.0 da 1 utenti
- Currently 2/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
Categorie: Server Control
scritto da guru
01/06/2008 8.25.00
In questo post vediamo come creare un'applicazione che si autoconfiguri, in termini di CSS, a secondo che la cultura del Browser abbia un tipo di scrittura RTL oppure LTR. In particolare sfrutteremo il metodo Thread.CurrentThread.CurrentUICulture.TextInfo.IsRightToLeft.
[Prosegue]
scritto da guru
31/05/2008 13.00.00
Vediamo come ottenere informazioni sulla cultura del client utilizzando le classi RegionInfo e CultureInfo. Con esse possiamo ottenere informazioni circa la moneta corrente, la lingua, il nome della cultura, il calendario utilizzato, il sistema di scrittura ed altro..
[Prosegue]