• RV
    • Missy – My Home
    • JBAM – Newmar Dutch Star
    • Shaneeda
    • Buying a Used RV
    • Gas vs Diesel RVs
    • Ideal Motorhome
    • Choosing the Ideal RV
  • Cycling
  • Jeep
  • About
  • Flying
    • Vans RV-4
    • Daisy – RV-3B
  • Resources
  • Subscribe

JdFinley.com

Fulltime RV Living Adventures

  • Is Solar For You?
  • Gas vs Diesel RVs
  • Buying a Used RV
  • Choosing the Ideal RV
  • Ideal Motorhome

Export DataTable to Excel

May 16, 2012

How does one export the contents of a datatable to an Excel spreadsheet? There is a bunch of sample VB.Net code on the net that deals with this – the exporting the contents of a System.Data.DataTable to a comma-delimited file (CSV or more commonly referred to as Excel) via an ASP.Net website.  It’s pretty straight-forward… [Read More]

Data Binding EVAL

December 16, 2011

ASP VB C# .Net Microsoft Framework Web Site Tip compre

I found a neat little trick this past week. Probably something that all other programmers that are using data binding already knows… In short, I needed to show JavaScript Confirm popup following the click event of a LinkButton contained in a GridView on an ASP.Net 4.0 framework web site page. If not familiar, a Confirm… [Read More]

T-SQL Week End Dates

October 15, 2011

Occasionally, when querying for report data, you need to divide the data into weeks.  This function returns a table that contains the date of the end of each week that ends in the specified month. The function consumes two other functions that use statements specified in this T-SQL Begin Date post and this T-SQL End… [Read More]

T-SQL End Dates with DateAdd

October 8, 2011

Microsoft SQL Server 2000 2005 2008 T-SQL Tips How-To Development Programming

We covered some “begin” T-SQL DateTime routines in this previous post.  This time around, we’ll do some end date routines using DateAdd. The concept is the same; when developing stored procedures, functions, and scripts for a Microsoft SQL Server database, you often need these values, particularly when reporting and/or searching date ranges. Function that returns… [Read More]

T-SQL Begin Dates

October 1, 2011

When programming stored procedures, functions, or just writing queries for Microsoft SQL Server databases, we often need date variables set to the beginning or end of a day, week, month or year. This is commonly done by concatenating strings – such as: DECLARE @InputDate DATETIME SET @InputDate = ‘4/1/2004 ‘ + ’00:00:00’ That works but… [Read More]

Interface Programming

September 9, 2011

Microsoft .Net VB C# ASP Computer Software Development

I don’t see much talk of interface programming/development these days so I thought an example might help someone. All that is written here applies equally to all the Microsoft .Net languages (VB.Net, C#.Net, etc…) and the different types of software graphical user interfaces, ASP.Net web sites, Windows services, etc…). What is an interface? In basic… [Read More]

More Object Serialization

August 17, 2011

Serializing Objects with VB and C# .Net

In my first and second postings on serialization, I focused on the basics of the concept.  This time around, I want to give you some additional tips that I learned the hard way. As always, the System.Runtime.Serialization namespace or System.Xml.Serialization namespace is required and all of this is applicable to all of the .Net languages  (VB.Net,… [Read More]

SQL Common Table Expressions

August 13, 2011

I’ve been working with Microsoft SQL Server Common Table Expressions (CTE) lately and am totally impressed every time. My most recent experience was needing a temporary table with the fixed number of rows into which I would load some data based on the row number (basically).  There are several ways to accomplish this with T-SQL. … [Read More]

What is SQL?

August 9, 2011

SQL Server 2000 2005 2008 T-SQL

There are probably a hundred valid answers to this question.  Nonetheless; I run into the question fairly regularly and also see some rather inaccurate beliefs about it.  Let’s define some terms, I’ve attempted to order them in an order that helps with understanding. “RDBMS” is an acronym for Relational Database Management System. “SQL Server” is… [Read More]

IF or IIF

August 8, 2011

The IIF function in Microsoft VB is a statement that allows you to evaluate an expression and return one of two objects depending on the result of the evaluation.  Neat. The problem that I had with IIF is that it  always evaluates the true and false parts of the statement no matter the result of… [Read More]

  • 1
  • 2
  • Next Page »

Travel is fatal to prejudice, bigotry and narrow-mindedness.

— Mark Twain

Popular Posts


Email Notification


 

Posts by Subject

3DPrinting Aircraft Airstrip Bible Bus bus boys Camping Cat Computers Cycling Development Electrical electronics Entertainment Environment family FAQ Finances flying Food God Health Holiday Home Humor kayak Life Maintenance Missy Nature Photography Review RV-3 RV-4 sailboat sailing self improvement Sewing solar Travel Video weather wood woodworking X-Country

Posts by Month

© Copyright © 2026 JDFinley.com · All Rights Reserved · Privacy Policy

Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to JD Finley and JdFinley.com with appropriate and specific direction to the original content.