Welcome to Geekdojo Sign in | Join | Help

ASP.NET - C# (RSS)

ASP.NET - C#

Running ASP.NET v1.1 on Windows XP Home

At work, i was given a laptop with Windows XP Home as I am travelling for a few weeks. It had a lot of crap software installed and was very slow, so I [in typical geek fashion] I formatted it and reinstalled a fresh version Windows XP Home. There was
posted by richardhsu | 3 Comments
Filed Under: ,

"..Connection Closed.." error while connecting to a Web Service

I was repeatedly getting a "Connection closed" error while accessing a web service from a windows client application. This wasn't hapenning on my development machine but on two of the other machines where I am testing. I was totally baffled and my limited
posted by richardhsu | 2 Comments
Filed Under:

Nikhil Kothari's Server Control Book

After months of waiting, I have finally got myself a copy of Nikhil Kothari's ASP.NET Server Controls book . Nikhil's Home PageAs expected its fairly power packed, with a lot of deep explanations. So far, the most valuable lesson I have learnt is when
posted by richardhsu | (Comments Off)
Filed Under:

Things I learnt today

Never put string literal values that is likely to change into the page code, put them into the Web.Config file instead, else you'll have hell of time recompiling the code, uploading the dll, for a little change in text.... Also split the project into