Monitor Your Web Cam from a Remote Computer 31 Jan 2007 22:21 GMTWe've offered a few solutions for working with web cams within .NET to create fun and intriguing monitoring applications. In this article, we extend those ideas so that web cam images can be shared with multiple clients over the Web.
Source: DevX Passing Information Between Content and Master Pages 31 Jan 2007 00:00 GMT
When graphic designers create a layout for a Web site, they typically break down page layout into distinct regions, such as
a common header that includes the logo and various navigation links, a left navigation menu perhaps, the main content area,
and perhaps some sort of site map or legalese at the footer of the page. ASP.NET
2.0 makes defining these regions and applying them to multiple pages across a website a breeze with Master Pages.
A Master Page allows a page developer to define a site-wide layout, marking what regions are customizable on a page-by-page
basis. For more on using Master Pages and their advantages, see A
Sneak Peak at MasterPages in ASP.NET 2.0.
One common challenge that faces page developers using Master Pages is how to pass information from a Master Page to its
content page, or vice-a-versa. A Master Page might contain a DropDownList control that when its selected index changes, the
corresponding content page needs to have its display updated. Or perhaps some action in the content page needs to update
the appearance of the Master Page. In this article we will explore techniques for passing information between a Master Page
and its content page. Read on to learn more!
Read More >
Source: 4GuysFromRolla Win Cool Home Music Gear with MSDN Flash 26 Jan 2007 20:58 GMTCustomize your MSDN Flash newsletter today and you’ll be automatically entered to win a chance for cool home music gear like a new Microsoft Zune™ or a wireless home digital music system from Sonos!
Source: MSDN Customize and Extend Windows Forms Controls 25 Jan 2007 22:55 GMTEverybody who writes native Windows applications knows that the Windows Forms controls provided by Microsoft are a great time-saver for oft-used interface components such as text boxes and drop-down lists. But sometimes we need a reusable form control that does things Microsoft hasn't pre-built for us. Learn to extend existing Windows Forms controls with custom functions that will save you time.
Source: DevX