Browse by Tags

PreCompile Issue - CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'
Published 12-11-2006 10:21 | eamonn
I am sure many developers have run into the classic "It works on my machine" problem. This one was a little weird. I have been working on a new solution with ASP.NET 2.0. Running locally using the In built Cassini Web Server all is fine. Once...
Loving Subsonic
Published 11-08-2006 15:10 | eamonn
I am currently using Subsonic by Rob Conery for an Asp.Net project and loving the fact that I do not have to write a line of Data Access code. I edit my Database tables, build in Vs2005 and go. Subsonic takes some of the tenets of Ruby on Rails and mixes...
MSBuild not very Nant User Friendly
Published 09-19-2006 9:31 | eamonn
As part of my conversion to Asp.Net 2 I had decided to utilise Msbuild over Nant. In my Asp.net 1.1 build I had been using Nant as the main technology in my integrated build. I decided that going to a system such as CruiseControl.Net or Draco.Net was...
Html Readonly is really Readonly now in Asp.Net 2
Published 09-02-2006 12:59 | eamonn
I have finally got to the bottom of my supposed javascript problem. It was one of those problems where the actual cause was not where you were making the changes. It seems that ASP.NET team have locked down the readonly html property in ASP.NET version...