|
|
|
|
Master Pages and Site Navigation www.asp.net
Master Pages and Site Navigation One common characteristic of user-friendly websites is that they have a consistent, site-wide page layout and navigation scheme. ASP.NET 2.0 introduces two new features that greatly simplify implementing both a site-wide page layout and navigation sch ... msdn.microsoft.com · 06/2006
Übersicht über ASP.NET-Masterseiten Mit ASP.NET-Masterseiten können Sie ein konsistentes Layout für alle Seiten Ihrer Anwendung erstellen. Eine einzelne Masterseite definiert dabei das Aussehen und Standardverhalten, das Sie für alle Seiten oder Gruppen von Seiten in Ihrer Anwendung wün ... msdn2.microsoft.com
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and tricks to use master pages to their fullest pote ... www.odetocode.com · 04/2006
A Sneak Peak at MasterPages in ASP.NET 2.0 aspnet.4guysfromrolla.com · 01/2005
ASP.NET 2.0: Master Pages, Navigation, Themes Die erste Beta-Version von .NET 2.0, Codename "Whidbey", rückt näher. Mit ihrem Erscheinen bietet sich erstmals die Möglichkeit, die neuen Features in einem breiten und öffentlichen Rahmen zu testen. Überproportional viel hat sich bei ASP.NET 2.0 geta ... www.dotnetpro.de · 04/2004
|
|
|
|
Nine ASP.NET Site Navigation Problem Solutions: Part 1 Find out how to use ASP.NET 2.0's site navigation controls to not only make building site navigation displays simple, but also solve real-world problems, such as hiding selected pages, or displaying "breadcrumbs." www.devx.com · 07/2006
Übersicht über die ASP.NET-Sitenavigation Mit den Funktionen der ASP.NET-Sitenavigation stellen Sie den Benutzern in Ihrer Site eine konsistente Navigationsmöglichkeit zur Verfügung. Mit der ASP.NET-Sitenavigation können Sie alle Links zu Ihren Seiten zentral speichern und durch Einbinden ein ... msdn2.microsoft.com
ASP.NET-Sitenavigation und Sicherheit Die ASP.NET-Sitenavigation wird meist zusammen mit Navigationssteuerelementen wie SiteMapPath, SiteMapDataSource, TreeView und Menu oder programmgesteuert mit der SiteMap-Klasse und der SiteMapProvider-Klasse verwendet. Dieses Thema enthält Informatio ... msdn2.microsoft.com
Three Cures for Common Site Map Ailments In many cases, building a navigation UI really is that easy. But it's also easy to run into snags using the ASP.NET 2.0 data-driven site navigation infrastructure and find yourself up against a wall searching for a way out. One of the most common ailm ... msdn.microsoft.com · 06/2006
Ein SQL-SiteMapProvider für SQL Server und ASP.NET 2.0 Nachdem ASP.NET 2.0 nun erhältlich ist, scheint es angebracht zu sein, sich nochmals mit einem Feature zu befassen, das ganz oben auf der Wunschliste vieler Entwickler steht: ein SQL Server-SiteMapProvider. www.microsoft.com · 03/2006
The SQL Site Map Provider You've Been Waiting For As you probably know, ASP.NET 2.0 vastly simplifies the process of building data-driven site navigation interfaces. You build a site map, slap a SiteMapDataSource control onto the page, and bind a Menu or TreeView control to the SiteMapDataSource. The ... msdn.microsoft.com · 02/2006
Examining ASP.NET 2.0's Site Navigation (Part 1-5) aspnet.4guysfromrolla.com · 11/2005
Custom Site Map Providers in ASP.NET 2.0 This article presents an overview of the provider model in Microsoft ASP.NET 2.0, and presents a custom implementation of the SiteMapProvider, which is used by controls such as the Breadcrumb and Treeview when rendering a page. msdn.microsoft.com · 08/2005
Understanding and Extending the Site Navigation System in ASP.NET 2.0 The ASP.NET 2.0 site navigation system is built on a powerful and flexible architecture that has been designed to be extensible. This article examines the site provider architecture, and includes a sample provider that exposes the file system as a dat ... msdn.microsoft.com · 08/2005
|
|
|
|
ASP.NET-Designs (Themes und Skins) ASP.NET-Designs stellen eine Auflistung von Eigenschaften dar, mit denen die Darstellung von Seiten und Steuerelementen auf der Website definiert wird. Ein Design (Theme) kann Designdateien (Skins) enthalten, die Eigenschafteneinstellungen für ASP.NET ... msdn2.microsoft.com
A New Solution to an Old State Storage Problem State management in Web applications is a contentious issue. Should you store user data per session or should you persist it across sessions? You can easily store information temporarily while someone navigates your site by using session state. That's ... msdn.microsoft.com · 04/2006
Profiles In ASP.NET 2.0 The Profile object in ASP.NET 2.0 saves us from writing tables, stored procedures, and classes to manage user settings. www.odetocode.com · 12/2005
A Quick Tour of Themes in ASP.NET 2.0 It's much easier to build a rich user interface into your Web application in ASP.NET 2.0 than it was in previous versions. Master Pages let you build pages based on existing templates of markup and code. ASP.NET 2.0 wizards make implementing navigatio ... msdn.microsoft.com · 11/2005
Personalization and User Profiles in ASP.NET 2.0 Personalization is growing to be more and more of an essential ingredient in many types of Web apps, including portals and shopping sites. Without it, it's quite difficult to serve your customers efficiently. But building a personalization layer in yo ... msdn.microsoft.com · 10/2005
Themes In ASP.NET 2.0 This article will provide an in-depth look at the Themes feature in ASP.NET. www.odetocode.com · 08/2005
|
|
|