<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"><channel><title><![CDATA[Northstar Developer Center - Latest .NET Framework (1.x - 4.x) Content]]></title><link>http://developercenter.northcomp.com</link><description><![CDATA[Northstar Developer Center]]></description><language>en-us</language><copyright>Copyright 1996-2012 Northstar Computer Systems</copyright><managingEditor>editor@northcomp.com</managingEditor><webMaster>editor@northcomp.com</webMaster><docs>http://backend.userland.com/rss</docs><item><title>Using a BasePage Class</title><link>http://developercenter.northcomp.com/article/Using-BasePage-Class</link><guid>http://developercenter.northcomp.com/article/Using-BasePage-Class</guid><description>
Something I've been doing with my ASP.NET applications is creating a shared Page class from which all my Web pages inherit. This allows all the pages to sh...</description></item><item><title>Create a ViewState Property</title><link>http://developercenter.northcomp.com/article/Create-ViewState-Property</link><guid>http://developercenter.northcomp.com/article/Create-ViewState-Property</guid><description>
ASP.NET uses the ViewState to store data going back and forth to the server, eliminating the manual drudgery of reloading form controls and so forth. The V...</description></item><item><title>Create Smart Properties for Objects</title><link>http://developercenter.northcomp.com/article/Smart-Properties-For-Objects</link><guid>http://developercenter.northcomp.com/article/Smart-Properties-For-Objects</guid><description>
When I'm writing Web applications, I may need to use lots of objects at various times while the application is running, but I generally don't always need a...</description></item><item><title>Using the ItemCommand Event of the Repeater Control</title><link>http://developercenter.northcomp.com/article/ItemCommand-Event-Of-Repeater</link><guid>http://developercenter.northcomp.com/article/ItemCommand-Event-Of-Repeater</guid><description>
I'm a bit of an HTML purist, so I love the Repeater control. It allows me to specify exactly which HTML ASP.NET uses to create a table, list, etc. without ...</description></item><item><title>Using the ItemDataBound Event of the Repeater</title><link>http://developercenter.northcomp.com/article/Using-the-ItemDataBound-Event-of-the-Repeater</link><guid>http://developercenter.northcomp.com/article/Using-the-ItemDataBound-Event-of-the-Repeater</guid><description>
Each time a data record is added to the Repeater control, an ItemDataBound event is fired. Within the event, you can access the controls that are created, ...</description></item><item><title>Using a Parameter Array</title><link>http://developercenter.northcomp.com/article/Using-Parameter-Arrays</link><guid>http://developercenter.northcomp.com/article/Using-Parameter-Arrays</guid><description>
Most functions require a set list of parameters to operate. However, you'll create some functions that need a variable list of parameters. A good example o...</description></item><item><title>Create a Custom Configuration Section</title><link>http://developercenter.northcomp.com/article/Create-A-Custom-Configuration-Section</link><guid>http://developercenter.northcomp.com/article/Create-A-Custom-Configuration-Section</guid><description>
The configuration file concept in .NET makes it much easier to change runtime settings without having to recompile. These files hearken back to the days of...</description></item><item><title>Using Overloaded Constructor Methods</title><link>http://developercenter.northcomp.com/article/Using-Overloaded-Constructor-Methods</link><guid>http://developercenter.northcomp.com/article/Using-Overloaded-Constructor-Methods</guid><description>
In a previous tip, you learned how to redefine the function of simple operators like plus (+) and minus (-) using overloaded operators. In this tip, you'll...</description></item><item><title>Create a Perpetual Copyright Notice</title><link>http://developercenter.northcomp.com/article/Create-a-Perpetual-Copyright-Notice</link><guid>http://developercenter.northcomp.com/article/Create-a-Perpetual-Copyright-Notice</guid><description>
One of the easiest ways to tell if a Web site has been updated recently is to check the bottoms of its pages. Many sites include page footers with their co...</description></item><item><title>Validate a Credit Card Numerically</title><link>http://developercenter.northcomp.com/article/Validate-a-Credit-Card-Numerically</link><guid>http://developercenter.northcomp.com/article/Validate-a-Credit-Card-Numerically</guid><description>
Before I accept any credit card number into my application, I run a simple numerical validation against it. All major credit cards (American Express, Disco...</description></item><item><title>Using RadioButtons in a Repeater</title><link>http://developercenter.northcomp.com/article/Using Radio Buttons in a Repeater</link><guid>http://developercenter.northcomp.com/article/Using Radio Buttons in a Repeater</guid><description>
The ASP.NET Repeater control is one of my favorites, mainly because it is fully customizable and it allows me to build many types of applications. However,...</description></item><item><title>Logging Exceptions to the Event Log</title><link>http://developercenter.northcomp.com/article/Logging-Exceptions-to-the-Event-Log</link><guid>http://developercenter.northcomp.com/article/Logging-Exceptions-to-the-Event-Log</guid><description>
Assuming you have Remote Desktop or some other access to a server, the system event log is a good place to store information about your application. I pers...</description></item><item><title>Control the Layout Of Your Input Forms</title><link>http://developercenter.northcomp.com/article/Control-the-Layout-Of-Your-Input-Forms</link><guid>http://developercenter.northcomp.com/article/Control-the-Layout-Of-Your-Input-Forms</guid><description>
Although many of your input forms will have a fixed number of fields, in some cases you'll need to vary the number and configuration of your controls. This...</description></item><item><title>Searching System Event Logs</title><link>http://developercenter.northcomp.com/article/Searching-System-Event-Logs</link><guid>http://developercenter.northcomp.com/article/Searching-System-Event-Logs</guid><description>
One of the more tedious tasks a system administrator has to do is review the system event logs using the Event Viewer. These logs can provide valuable info...</description></item><item><title>Creating a Form Using Placeholder Controls</title><link>http://developercenter.northcomp.com/article/Creating-a-Form-Using-Placeholder-Controls</link><guid>http://developercenter.northcomp.com/article/Creating-a-Form-Using-Placeholder-Controls</guid><description>Previous tips explained how to use a Repeater control to build a dynamic form containing some number of text box controls. However, you may have a case in wh...</description></item><item><title>Restricting Access to Downloadable Files</title><link>http://developercenter.northcomp.com/article/Restricting-Access-To-Downloadable-Files</link><guid>http://developercenter.northcomp.com/article/Restricting-Access-To-Downloadable-Files</guid><description>
A developer, working on a Web application that allowed only registered members to access a file, recently asked me if there was any way to control how the ...</description></item><item><title>Selecting Master Pages On The Fly</title><link>http://developercenter.northcomp.com/article/Selecting-Master-Pages-On-The-Fly</link><guid>http://developercenter.northcomp.com/article/Selecting-Master-Pages-On-The-Fly</guid><description>Master pages, introduced with ASP.NET 2.0, provide developers an easy way to create a shared layout for a site or portion of a site without having to work ar...</description></item><item><title>Creating Nested Master Pages</title><link>http://developercenter.northcomp.com/article/Creating-Nested-Master-Pages</link><guid>http://developercenter.northcomp.com/article/Creating-Nested-Master-Pages</guid><description>
Master pages are the best solution for creating a Web site that has shared elements, such as headings and navigation bars. Sometimes you may want to have o...</description></item><item><title>Adding a New Event in ASP.NET</title><link>http://developercenter.northcomp.com/article/Adding-New-Event-In-ASP-NET</link><guid>http://developercenter.northcomp.com/article/Adding-New-Event-In-ASP-NET</guid><description>
An application I have uses a custom Login control that handles user registration and login functions. This control has an event called UserAuthenticated th...</description></item><item><title>Exporting Data to Excel</title><link>http://developercenter.northcomp.com/article/Exporting-Data-To-Excel</link><guid>http://developercenter.northcomp.com/article/Exporting-Data-To-Excel</guid><description>
A common request of users is to be able to download data for use in Microsoft Excel. This is actually fairly easy to accomplish without a lot of extra work...</description></item></channel></rss>
