Community Server 1.0, früher bekannt als ASP.NET Forums und weiterentwickelt von Rob Howard (ehemals beim ASP.NET Product Team), ist seit gestern zum Download verfügbar.
Community Server 1.0 beinhaltet Software für Foren, Blogs und Image Galleries - das ideale Startpaket also für Leute, die eine Community-Site starten möchten.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Seit Ende letzter Woche ist der Release Candidate von FreeTextBox 3.0 verfügbar.
Die Neuerungen:
- Completely rewritten, much faster JavaScript API
- All new Image Gallery built in
- Complete style editor for any HTML element
- Internal resources (only dll is needed)
- Color pickers
- Style sheets for Mozilla and IE
- More table functions
- Form functions
- Office Mac style
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Mit ASP.NET 2.0 wird unter anderem das DetailsView Web Control eingeführt. Dieses erlaubt Master/Detail Ansichten (und bearbeiten) von Daten in einem einzigen Control.
Wer nicht warten will, bis ASP.NET 2.0 verfügbar ist, sollte sich Dino Espositos Artikel "A DetailsView Control for ASP.NET 1.x" ansehen.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Daniel Fisher hat bei CodeProject einen Artikel zu seinem Internet File Select and Upload Dialog veröffentlicht.
Außerdem wurde der Artikel auch bei ASP.NET Daily Articles gelistet.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Abstract: "Creating our very own server controls is very easy... but when several controls share similar behavior and functionality, it is best to reuse it through inheritance. Sometimes, it may be better to start on an entire new leaf and sometimes, turn over a new forest. This is the second article in the series that Justin Lovell will publish over the next few weeks."
Reusing and Creating Server Controls
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Daniel Fisher hat ein interessantes WebControl entwickelt:
Internet file select and upload Dialog
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Erstellt man eigene ASP.NET-Controls, steht man vor dem Problem, dass für die eigenen Controls zunächst keine Intellisense in VisualStudio.NET zur Verfügung steht.
Abhilfe schafft man, indem man die HTML-Schema-Files von VisualStudio.NET erweitert.
Da dies händisch allerdings sehr mühsam und vor allem fehlerträchtig ist, gibt es jetzt den ASP.NET Intellisense Generator von BlueVision-Software.
Das beste daran: das Tool ist kostenlos!
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
"Server Controls can be very powerful if used correctly... and if you are willing to try to break new barriers by creating your own server controls, you will be rewarded greatly by being able to reuse the server control in other applications that you have planned down the road. This first in a series of articles on server controls covers the basics."
Selten habe ich eine so kompakte und gelungene Übersicht zum Thema User Controls gefunden. Ein must-read!
The Basics of Creating Server Controls
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Abstract: "ASP.NET event bubbling allows child controls to propagate events up the controls hierarchy and allows event handlers to be attached to the original control as well as to the control that exposes the bubbled event. This C# code example demonstrates event bubbling from a web user control (ASCX) to a parent page (ASPX) and the shows the flow of events through execution."
Bubbling Events From Web User Controls in ASP.NET
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
SVG zur Erzeugung von Vektorgrafiken im Browser wird immer beliebter - für .NET gibt es bereits eine Open Source Implementierung names
SVG#
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5