Ron's Sandbox

The Day From Hell

Tuesday, 12 May 2009 13:54 by hagermanr
It has been a long day. I was online at 5:30am writing code, met with Microsoft at 1pm and off at 3pm. I have a website that is due real soon (it’s actually late) and the Exchange folks need help with the monitoring of their servers. I’ve also been hit up by the SharePoint folks for th... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General | Personal
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Windows Live Writer

Thursday, 7 May 2009 22:48 by hagermanr
I’ve been lazy with the blog postings. Originally, I’d write a log post in One Note or Word, proof it and then copy paste into the blog and then fix all the formatting. With the new laptop however, I have Windows Live Writer which allows me to create a post, proof it, format it th... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General | Personal
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Dynamic TreeViews

Thursday, 7 May 2009 22:43 by hagermanr
First, create a data table that will hold our data for iteration. DataTable temp = new DataTable(); col = new DataColumn("link_id"); temp.Columns.Add(col); col = new DataColumn("link_parent"); temp.Columns.Add(col); col = new DataColumn("link_name"); ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   C Sharp
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed