Jerald.Net
A little VB.Net, SQL, and whatever else comes to mind...
All Tags » .Net 1.1 (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Articles application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Dynamic Page Titles for ASP.Net

    I was wondering if there was a clean way to programatically control the page title in ASP.Net. This is helpful with search engine optimizing techniques. I found a few examples across the web. I tried out a couple and to me, this solution seemed to be a very efficient way to handle the problem. In the...
    Posted to Blog by Jerald Carter on 04-28-2005
    Filed under: Filed under:
  • Determining Day Lights Savings for Time Zones in ASP.Net

    I needed to determine what the real TimeZone (CST vs CDT) was for my blog application. So here is what I came up with: // instantiate a DateTime Object DateTime dT = DateTime.Now; // create a string to hold the full date and time string pubDate = dT.ToLongDateString() + " " + dT.ToShortTimeString...
    Posted to Blog by Jerald Carter on 04-11-2005
    Filed under: Filed under:
Page 1 of 1 (2 items)
© Jerald Carter 1999 - 2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems