.NET news » Search results

Search results for query "pages" (52):

SharePoint's Delegate Control Power

One complaint about Microsoft Windows SharePoint Services (WSS) 2.0 and Microsoft SharePoint Portal Server 2003 was the difficulty in making changes to the environment after it was deployed. Officially, changing a site definition isn't supported after it has been used to create other sites.

Now, Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server (MOSS) 2007 offer many ways to make changes to sites after they have been provisioned. The introduction of SharePoint Features has opened up an entire world to changing master pages, page layouts, and pages themselves. Further, SharePoint now includes a new technique—delegate controls—that allows for more fine-grained control over parts of the page.

2008-01-18 22:10:53   Source: SharePoint's Delegate Control Power   Tags: SharePoint

Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0

Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0

You'll still write a good deal of code in ASP.NET 2.0.Don't completely trust those who say that ASP.NET 2.0 cuts 70% of the amount of code you're called to write. You'll end up writing more or less the same quantity of code, but you'll write code of different quality. You'll have more components and less boilerplate code to tie together pages and controls. Features like the provider model, data source controls, and master pages make coding easier and equally effective. But since there's no magic behind, you have to learn the implications of each feature you employ. In the end, ASP.NET 2.0 comes with code behind, not magic behind.

ASP.NET AJAX: Providing Visual Feedback with the UpdateProgress Control

Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages, a full postback involves the browser re-requesting the page, which is then re-rendered. This re-rendered page markup is returned, in its entirety, to the browser for display. Ajax techniques improve the user's experience in two primary ways through the use of partial postbacks: first, a partial postback is asynchronous, meaning that the user can still interact with the page while waiting for the partial postback to complete; second, and more importantly, because a partial page postback updates only a particular region (or regions) of a page, less data needs to be shuttled between the client and the server, resulting in a quicker and smoother experience..

2008-05-06 19:00:00   Source: ASP.NET AJAX: Providing Visual Feedback with the...   Tags: Ajax

A Quarter Century and Counting

For 25 years, Charles Petzold has been writing about software development in the pages of MSDN Magazine, going back to the very first issue of Microsoft Systems Journal.
2012-01-02 18:00:00   Source: A Quarter Century and Counting   Tags: Software

UI Frontiers: Pages and Pop-ups in Windows Phone 7

Charles turns to the horror genre in celebration of Halloween as he improves his e-book reader with the addition of “a whole bunch of dialog boxes” to aid in navigation and enhance user interaction.
2011-09-25 19:00:00   Source: UI Frontiers: Pages and Pop-ups in...   Tags: GUI

Dynamic Font Size using HTML and JavaScript

Describes a method to build web pages that provide an ability for the user to change the font size dynamically.
2010-11-16 09:33:00   Source: Dynamic Font Size using HTML and JavaScript   Tags: Build

Web Migration: Moving Your Web App from WebMatrix to ASP.NET MVC 3

The Web Pages page-centric programming model supported by WebMatrix is a great way to get Web apps up and running. If you later decide that embracing ASP.NET MVC would give you more flexibility, you're covered. We’ll explain why you might choose to migrate and show you how to do it.
2011-05-01 19:00:00   Source: Web Migration: Moving Your Web App from WebMatrix to...   Tags: ASP.NET

Support Mobile Devices in ASP.NET (Advances Topics)

Explains how to customize ASP.NET pages on different mobile device types, how to support CSS and how to make user friendly ASP.NET mobile sites.
2006-05-15 12:43:14   Source: Support Mobile Devices in ASP.NET (Advances Topics)   Tags: Mobile ASP.NET

UFrame: goodness of UpdatePanel and IFRAME combined

UFrame makes a DIV behave like an IFRAME that can load any ASP.NET/PHP/HTML page and allows all postback and hyperlink navigation to happen within the DIV - a painless way to make regular pages fully AJAX enabled
2011-06-11 11:02:00   Source: UFrame: goodness of UpdatePanel and IFRAME combined   Tags: ASP.NET

UI Frontiers: Font Metrics in Silverlight

Silverlight is a graphical environments that doesn’t provide font metrics to application program developers, so Charles Petzold shows you a workaround to help you lay out text and pages.
2011-07-28 19:00:00   Source: UI Frontiers: Font Metrics in Silverlight   Tags: GUI