Series: Content Manager (ASP.Net) - Tutorial Centre

Tutorial Centre

Tutorials for various different technologies including ASP, ASP.Net, AJAX, C#, VB.Net, VB and more. Members of the DotNet.org community provides usefull and powerful tips and samples on how to use these various technologies.

Browse by Tags

All Tags » Series: Content Manager (ASP.Net) (RSS)
Contact Manager - Creating the SQL Database
The main purpose of the Contact Manager is to store information regarding contacts. To be able to do this we need to store the data in some sort of data source. A data source can be one of many things including text files, XML files, SQL databases, MySQL databases and many more database and file formats. For these tutorials we will be using SQL Server Express to store the data in, using a SQL Database. In the first tutorial we will be covering how to create the database using the visual tools provided...

Posted by Willie Roberts | 2 comment(s)

Contact Manager - An ASP.Net 2.0 AJAX Enabled Application
I've had a lot of questions lately around starting an ASP.Net 2.0 Website. I have been quoted often to say that anyone can develop a website using ASP.Net 2.0, and often get very strange looks from others. So I've decided to take a step back and show how simple it really is to build an application. This series of tutorials will focus on the complete development of a Contact Manager. It will cover every aspects of the development in various parts, each focus on a single important step in the...

Posted by Willie Roberts | 4 comment(s)