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

Browse Site by Tags

Showing related tags and posts across the entire site.
  • 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: .Net 1.1
  • 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: .Net 1.1
© Jerald Carter 1999 - 2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems