5

ASP.NET anchor link in user control

Posted in asp.net at February 20th, 2008 / 5 Comments »

Ran into a strange bug today while trying to make an anchor link inside a user control i ASP.NET. The obvious way to do it would be to just to put the anchor ID inside the NavigateUrl attribute of the HyperLink control like NavigateUrl=”#anchor”. That however resulted in the link and anchor pointing to the directory where the user control was located. Read the rest of this entry »

1

Classical ASP YouTube class

Posted in asp at February 12th, 2008 / 1 Comment »

Believe it or not but from time to time I actually get to do some programing with classical ASP, you know that stoneage technology that came before the .NET framework. Back in the days the concept of using classes was beyond me so when I got the chance the other day to do some ASP coding I decided to do it the OOP way. Read the rest of this entry »