Stefan Sedich's Blog
My adventures in the wonderful world of .NET.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 1.1
.NET 3.5
AJAX
ASP
ASP.NET
Attributes
C#
Caching
Configuration
CONTROLS
Cross Page Postback
Event Validation
FireFox
Javascript
LINQ
MICROSOFT
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
THREADS
Urchin
URL Rewriting
UserControl
VB.NET
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
August 2008 (2)
July 2008 (1)
April 2008 (3)
March 2008 (7)
February 2008 (4)
January 2008 (7)
December 2007 (5)
November 2007 (2)
October 2007 (1)
Favourite Sites
Slashdot
The Daily WTF
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 ...
Filed under:
ASP.NET
,
.NET
,
THREADS
,
ASP
,
PARAMETRES
,
MICROSOFT
,
.NET 1.1
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:
Javascript
,
SEO
,
AJAX
,
ASP.NET
,
.NET
More Posts