Browse by Tags

All Tags » SQL Server 2005 (RSS)

Using the ASP.NET calendar control to display event information

The calendar control is useful for displaying event dates that users can then click on for more information. Here are the steps for setting up the calendar control to display event information from database. 1. Place a calendar control on the required...
Posted by gcastner | with no comments

Converting newline character to <br />

A common scenario (at least for me) is the following: 1. Accept text input into a web form that includes multiline text boxes. The text often includes line breaks. 2. The text is stored in a database such as SQL Server 2005. SQL Server 2005 has no problem...

Configuring SQL Server 2005 for database-driven web pages

SQL Server 2005 has enhanced security that prevents it initially from serving data for web pages. Here are the configuration settings to check before trying to create database driven web pages in Visual Studio, Dreamweaver, or any other web design application...
Posted by gcastner | with no comments
Filed under: ,