GPS
I found a GPS in BigW, that's around $400. I am still thinking that's too much for me. Actually, GPS is not very useful for me. I only drive to busway, church and office. That is not usual to drive some new places.
No Real Tabpage control in ASP.net 2.0
I found there are not any controls for tabpage in ASP.NET 2.0. Well, we can use multiviews with menu. Each item in the menu has the name of views. Finally, we catch MenuItemClick event and set activeindex based on MenuEventArgs Text. Yes , we do like that. But I don't recommend this method. Firstly, this is not programming effect. I needs to two control and a new event catch. Moreover, a postback is triggered.
I suggested to use the classic way, javascript and div to do the tagpage. This is no postback caused. This is very easy, Let's this good "how-to" example for show & hidden div, fromwith Imagination.
Mono supports .net 2.0
I have not visited Mono Project Page for ages. I found it supports .Net 2.0 too.
Go Mono
Turbo C# Vs SharpDevelop (Web Application)
I have a quick look on Turbo C# and SharpDevelop. Turbo C# has stronger functions on web application development. I test SharpDevelop 2.0. SharpDevelop has only limited functions on web application development. It seems to aim at a code editor for ASP.Net. But Turbo C# has a complete Rapid development interface for ASP.Net. Moreover, they have some debug function. You need to click "play", then the application will be launched. That 's simple and easy.
Well, SharpDevelop is a open source tool. I am still very happy about its functions. Moreover, it supports .Net 2.0.