Date Format ReferenceI am always looking for good references on the net and one of the things I tend to have problems with is dealing for date formatting. Katy Kam has a great entr
Selecting a List Control Item Utility MethodI think every developer/team should have a good set of utility functions to help make code cleaner and easier to maintain. Typicaly these are methods that prob
Using the ValidationSummary ControlASP.NET comes with a great set of validation controls, which can be invaluable to any developer wanting to maintain the integrity of their application. If you
Setting the Default Button and the Control Tab OrderThis is more applicable to ASP.NET 1.1, but can be used in 2.0 anyway. One of the top complaints I get from clients is the abiltiy to enter information in a fo
Date FormattingAs I am working on a Time & Attendace application this weekend I have to figure out good ways for format dates for display and calculation. For some reason dat
Using ITemplate in DataList, GridViews, Repeaters and DataGridsI want to thank TRINUG, my local user group, for letting be the main presenter last night. I talked about how to take the data controls like GridView, Datalist
GridViews, DataList, Repeaters and DataGrids Breaking the BoundsI will be presenting on Wednesday June 14 to TRINUG about customizing data controls. I plan on covering various topics related to customizing the display and m
Utlizing DefaultButton and DefaultFocus in ASP.NET 2.0Today I started my morning reviewing blogs and news sites and saw a link on www.asp.net for handling the enter key on Web Forms. This has been an ongoing issue
Gridview DataFormatString not workingI have really been struggling lately with the Gridview. Most of the time I like to use a label, literal or placeholder in a template column so this does not re
IIS Status Codes ReferenceThis morning I was setting up a new ASP.NET 2.0 site in my production IIS 6.0 web server. I thought I had set the web site to use its own Application Pool and
Building a Custom SiteMap Provider (PART I)Earlier I posted an article about creating a custom sitemap provider, loosely based on Jeff Procise's Wicked Code Article and a post on the main MSDN site. I r
