Archive for 2006/02


Bill Miller’s Tech Talk

I’m blogging from MAN 122 while listening to Bill Miller’s talk on recognizing trends in the industry and working up a skill set
He has mentioned there are various techniques.
Some Methods to use:
Watching Amazon.com Keep an eye on what people have in their wishlist. That’s current!
Trade Magazines - IEEE, ACM, C/Net, etc.
Conferences- Mix 06′ [...]

Inserting Records Into an Access Database Using ASP.NET 2.0 – Tutorial

1) Open Visual Studio and create an ASP.NET website or create a new website
2) Open Access and create a database with at least one record
3) Save the file in the App_Data folder of the website
Ex. “\Visual Studio 2005\WebSites\web1-16\App_Data�?
4) Open the toolbox and from the Data section of the toolbox, drag “AccessDataSource�? on the blank page.
5) Configure the data source by [...]