OdeToCode IC Logo

All Articles

Summary Totals in an .NET DataGrid

Generating summary totals is the most common requirement of any report. Here are some links about generating column, row, and report totals.
Published: Monday, March 15, 2004

Reusing an ASP.Net User Control

When working with multiple applications you might find you want to share user control (ascx) files across two projects.
Published: Monday, March 15, 2004

Client Side JavaScript from an ASP.Net application

Tips and Links on how to invoke Client Side Javasript from an .Net application
Published: Monday, March 15, 2004

Working With The Process Class From A Windows Form

This example uses the Process class to execute command line commands asynchronously and displays the results in a text box. The code demonstrates the Process class, asynchronous stream reads, the IAsynchResult interface, and event handling from background threads.
Published: Saturday, March 6, 2004

If Microsoft Bought Disney

List of Top 10 Changes "If Microsoft Bought Disney"
Published: Thursday, March 4, 2004

SQL Reporting Services Tree Navigation Sample using a Web Service API

Demonstrates using Microsofts SQL Server Reporting Services, the Web Service API and the Report Viewer to build a treeview of available reports
Published: Monday, February 23, 2004

Event Bubbling From Web User Controls in ASP.NET (C#)

This C# code example demonstrates event bubbling from a web user control (ASCX) to a parent page (ASPX) and the shows the flow of events through execution.
Published: Sunday, February 15, 2004

OLAP Analysis Services Dimension Hierarchies and OWC 9

A bug in OWC 9 can prevent the display of all dimensions in a cube.
Published: Wednesday, February 11, 2004

Why I Love My Virtual PCs

Information, tips, links, and a brief overview of Microsoft Virtual PC 2004
Published: Saturday, February 7, 2004

Top 10 Signs you hired the wrong SQL DBA

What not to look for when you are hiring a SQL DBA or When to consider replacing your DBA
Published: Saturday, February 7, 2004

Global.asax and the HttpApplication class

The Global class derived from HttpApplication has many uses, including managing application and request state.
Published: Saturday, January 24, 2004

Use RenderControl to save the HTML output of a Asp.Net DataGrid

Use the RenderControl Method to save the HTML produced by an ASP.Net
Published: Sunday, January 18, 2004

Using ROLLUP to aggregate data in SQL

Using SQL's Aggregate Functions in particular WITH ROLLUP is an efficient, time effective way to generate column totals.
Published: Saturday, January 17, 2004

Multithreading and ASP.NET Application State

A discussion of the ASP.NET Application object's Get, Set, and Lock methods.
Published: Monday, January 12, 2004

Dynamically assign a Style Sheet to an ASP.NET page

Using a Literal control from the code behind allows you to programatically assign the style sheet (CSS) for an ASP.NET page.
Published: Sunday, January 11, 2004

An Eval Function for C# using JScript.NET (JavaScript)

Using the CodeDom you can compile just enough JScript (javascript) to use eval from C# without an extra assembly in the project.
Published: Sunday, January 4, 2004

Microsoft SQL Server Constraints

Using Microsoft's SQL Server CHECK, DEFAULT, NULL, and UNIQUE constraints to maintain database Domain, Referential, and Entity integrity.
Published: Saturday, January 3, 2004

Home Network Security For The Holidays

Don't let house guests ruin your New Year celebration - take these tech tips to lock down Internet access.
Published: Saturday, January 3, 2004

Computed / Calculated Columns in an ASP.NET Datagrid

An example in C# to add Expression based columns (Computed Columns / Calculated Columns) to an ASP.NET datagrid
Published: Thursday, January 1, 2004

Sending email from an ASP.Net web form using SmtpMail

a code example to send email from an ASP.Net web form using SMTP and C#
Published: Thursday, January 1, 2004