Users who used ASP.NET:
Number of articles per page:
blogs.ugidotnet.org
Using this HTTP handler you can easily FLV streaming downloads just like video.google.com does. All you need is to install on your IIS 5.0/6.0 the following HTTP handler and to get this to work correctly, you will need to make sure that IIS handles request for .flv files. [..]
www.microsoft.com
Dieser Artikel behandelt die Vorgehensweise beim Hinzufügen von Paging-Funktionen zu einem ASP.NET-Steuerelement. Enthalten sind auch nützliche Tipps und Tricks für das Entwickeln von zusammengesetzten ASP.NET-Steuerelementen.
blogs.dotnetgerman.com
Einen RSS-Feed mit ASP.NET zu erstellen geht ziemlich schnell:
Daten einlesen und an einen Repeater binden und die Items des Repeaters formatieren. Ich zeige hier nur den Teil des Skript der den Repeater betrifft. Für die Datenbindung gibt es ja verschiedene Wege.
David Barkol, (07 Nov 2006)
www.developerfusion.co.uk
In ASP.NET 1.x, when using a templated control, we have a choice between specifying these templates inline, or loading them dynamically using the LoadTemplate method. This would allow us to load an .ascx file and get an implementation of the ITemplate interface which we could then assign to the desired template on the server control.
In ASP.NET 2.0 this obviously still applies, but there's a caveat - if you want to take advantage of the new two-way binding features in controls such as the new FormView control, you can only specify the templates inline. The reason for this is that in order to provide the two-way binding, ASP.NET needs to generate some behind the scene code in order to implement a new IBindableTemplate interface - just as the ITemplate was used previously. Unfortunately, the ASP.NET team didn't get time to implement an equivalent LoadBindableTemplate method to fetch an implementation of IBindableTemplate - and so the only situation in which ASP.NET generates the required code is for the inline scenario.
www.code-magazine.com
<< Prev 0 Showing entries 1 to 10 of 30 total Next 10 >>



