November 2007 - Posts

6
Comments

ParameterizedThread in .NET 1.1 by stefan.sedich

Had a problem where I wanted to run a function in a thread but it expected multiple params. So I went around making the ParameterizedThread Class which helped me to execute this method. The Class: Public Class ParameterizedThread Private m_Method As ...
8
Comments

An ASP.NET Ajax SEO Idea by stefan.sedich

This is my first post on here so I hope it is helpful. I was playing around with an idea of making a site where the content was loaded into the page with ajax. So I changed my links to LinkButtons and made these pass the ID of the page to load. After...
Filed under: , , , ,
More Posts