Calendar
<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Blogroll
    I've launched a new site that is geared toward teaching Microsoft technical skills such as programming, database administration, reporting and more. You can find it at www.Learning2Code.net (L2C). It works similar to a blog engine and allows visitors to comment on articles as well. The reason I... [More]
    Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

    Currently rated 4.0 by 2 people

    • Currently 4/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    I have on occasion needed to schedule a process to run on a nightly basis, but I did not have access to the server where I could schedule a windows service. So I had to turn to using a timer object in ASP.NET to schedule the process for me. I used the application_start method (in the global.asax)... [More]
    Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

    Currently rated 4.7 by 3 people

    • Currently 4.666667/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    At first glance it appears that adding a control to a form dynamically is quite simple. In fact it is. It's when you need to be able to persist that control on multiple post-backs where you start running into problems. This article describes how the ASP.NET engine handles VIEWSTATE and POSTBACKS and how that affects dynamically added controls. [More]
    Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

    Currently rated 4.4 by 7 people

    • Currently 4.428571/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5