Enabling Intellisense in Skin files

http://vladimir.bychkov.info/blog/PermaLink,guid,be76b3bf-c524-456c-9c8f-a2584924aa32.aspx

http://www.codeguru.com/vb/vb_internet/aspnet/article.php/c7937__3/

Styling ASP Web Controls with CSS

A decent site showing the styling of various web controls.
http://samples.gotdotnet.com/quickstart/aspplus/doc/webtemplates.aspx

Using System DSN in connection strings section of web.config

<add name="connectionname" connectionString="Dsn=DSNNetData"
providerName=”System.Data.Odbc” />

Opitmistic Conccurrency

A good discussion and example of the benefits of optimistic concurrency
http://msdn2.microsoft.com/en-us/library/aa0416cz.aspx

Using an SQLDataSOurce from code-behind.

MSDN Sqldatasource.Select
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.sqldatasource.select.aspx

Programmticallty accessing and using a SQLDATASOURCE
http://www.codeprof.com/dev-archive/208/12-45-2089876.shtm