September 9, 2010  
  You are here:  Home
Module Border Module Border
My Book

 

Module Border Module Border

QTCommunicationSimplified50.gif


Try Radicomm's Quicktalk, the first enterprise-class Push-To-Talk application for your Motorola/Symbol rugged devices, in your distribution center for free.

Click here to enter the 21st Century.


test
 Main Sections
   
test
 My Other Sites
   
Module Border Module Border
Friend's Books

Pro WF/.NET 3.5


Pro WF/.NET 3.0





 

Module Border Module Border
test
 Top Referrals
   
test
 Feedback
 





Cancel   Send
 
test
 Site Map
   

This site has been visited 86469 times.

  Add NetSplore to my favorites.

    Turning Ideas Into Reality  

 

thinker.jpg

Turning your ideas into reality is not just a catchy phrase, it's what we do. It has become expected that legitimate companies have a web presence. But more than likely, website development is not your expertise. What is a company to do?

Let NetSplore create the first impression your potential customers see.  With your ideas and our web savvy, we can create a website that will make a lasting impression on your customers, or prospective customers.

You can have a sales presence 24 hours a day. A support presence 24 hours a day.  You can have sales leads waiting for you when your staff arrives in the morning. Not cold leads, but interested potential customers that took enough interest to find you!

       

Interested in Language Integrated Query (LINQ)?
 

If you are interested in learning about Microsoft's Language Integrated Query (LINQ) for the .NET platform, please visit our other site http://www.linqdev.com.

 

 
.NET 3.5 Books Now Available
 

Pro LINQ: Language Integrated Query in C# 2008


Click here to purchase.

by Joe Rattz

Visit LINQDev.com

Pro WF: Windows Workflow in .NET 3.5


Click here to purchase.

by Bruce Bukovics

Visit LearnWorkflow.com

 
.NET 3.0 Books Available
 

Pro WF: Windows Workflow in .NET 3.0


Click here to purchase.

by Bruce Bukovics

Pro WPF: Windows Presentation Foundation in .NET 3.0


Click here to purchase.

by Matthew MacDonald

Pro WCF: Practical Microsoft SOA Implementation


Click here to purchase.

by Amit Bahree, Shawn Cicoria, Dennis Mulder, Nishith Pathak, Chris Peiris

 
Module Border Module Border
Random Tips Random Tips

F2 == Rename
Press the F2 key when a file is selected to rename it. You can even rename a file in the open/save file dialog (as well as delete files, etc.).

Module Border Module Border
Tip Of The Week
 
Free IE Web Development Toolbar
This useful utility plugs into your browser and provides all sorts of useful things. Just to list a few, onscreen rulers and magnifier, html element outliner, html element tree view, styles, etc. Don't leave home without this one from Microsoft.
Free Microsoft Development Environments - Visual Studio 2008 Beta 2
Microsoft's Express editions of Visual Studio 2008 Beta 2 are free and available here.
Free .NET Controls!!!
Some free WinForm and WebForm controls courtesy of Developer Express. Get them while you can.
Site With Nice Images
This subscription site has some very nice graphic images. While there is a fee for the subscription, thumbnail sized images are free.
Really Cool FREE WinForm Controls
This page has a list of some really awesome free WinForm controls.
MSDN Chats
This is your chance to ask the Microsoft technololgy gurus your questions.
Good Stock Photo Site
Need some professional looking images for that Powerpoint presentation? Try the creatingonline.com site out,
How To Send Text Messages To Cell Numbers
This is a good resource for determining how to send a text message to a cell phone.
JSI Inc.
This is a good site for Windows registry hacks.
Pinoy VII
This site is full of great Paint Shop Pro tutorials. If you use Paint Shop Pro, do youself the favor of checking out these links.
Sysinternals.com
This site has many great free utilities for developers.
Free ContainerGuy DotNetNuke Container
A free DotNetNuke container for ContainerGuy.com registered users.
Free Icons
Literally hundreds of great looking icons for free. Nothing makes a site look better than great looking images.
Free PDF Converter
This totally free application installs as a virtual printer and allows you to create PDF files from virtually any application such as MS Word, MS Excel, etc. There are no restrictions, no watermarks, no spyware, no adware, and no pop-up advertisements. Thank you EXP Systems.
Free DotNetNuke Containers
Free courtesy Nina Meiers. You must login to download them though.
Microsoft Webcasts
There seems to always be a webcast going on here.
 
NetSplore's Blog
 
Author: Joe Rattz Created: 9/19/2006 6:39:48 AM

This is where I will post all new articles.


Sick of the Spammed Advertisements!
By Joe Rattz on 5/19/2010 9:03:49 AM

Because I keep getting spammed comments to my blog posts advertising crap products I have decided to change my approach to dealing with them.  Instead of simply deleting them like I have been, from now on I will edit those posts and point out what unscrupulous crooks the websites are that the spam is for.  For an example, check out the comments of this post:

http://www.netsplore.com/PublicPortal/blog.aspx?EntryID=51

So spammers, if you want your little ads turned ugly on you, keep it up!  Or, leave my site alone.


How To Rotate Text In a Browser
By Joe Rattz on 4/2/2010 5:58:08 PM

I just recently wrote a Code Project article (my first) on how to rotate text in a browser.  My solution involves creating an HttpHandler with ASP.NET that generates a dynamic image from the text and streams it to the browser.  You can read all the details at Code Project here:

http://www.codeproject.com/KB/aspnet/TextToImageWithRotation.aspx


Controlling Collation Order On DB2/400
By Joe Rattz on 2/24/2010 2:22:32 PM

 

Controlling Collation Order On DB2/400

I recently had the need to control collation order on DB2/400.  Essentially I had a multi-column data grid on a web page and one of the columns contained data that was alphanumeric.  The data in the data grid was ordered on this column.  By default, on DB2/400 the collation order for sorting the table I was querying is determined by the hexadecimal EBCDIC value.  This caused letters to come before numbers like this:

C
D
1
9

I had a request to change the order so that numbers came before letters so that this list would instead look like this:

1
9
C
D

It turns out that with DB2/400 this was quite simple.  But first, here are some search terms to help goo ...

More...

Creating A Reusable AdRotator ASP.NET User Control Using LINQ
By Joe Rattz on 2/24/2010 10:30:16 AM
This article is a cross-posting from my LINQDEV.com site.
More...

Specifying the QAQQINI Library For the OLEDB IBMDA400 and Native .NET DB2 Providers
By Joe Rattz on 1/5/2010 12:48:14 PM

Specifying the QAQQINI Library For the OLEDB IBMDA400 Provider

I recently needed to modify the IGNORE_DERIVED_INDEX setting in the QAQQINI file for my ASP.NET web site.  I didn't want the change I needed to affect any other applications though.  There doesn't seem to be much on the internet telling anyone how to do this, but I finally found a way to do it through the database connection string.

You can add a "QUERY OPTIONS FILE LIBRARY=mylibrary" section to your IBMDA400 connection string to specify the library from which the QAQQINI file should be read.  This allows you to have very granular control over which QAQQINI file is used for any particular database connection.  This allowed me to have a QAQQINI file specifically for my application.

You should be aware though that there was a bug preventing this from working in some versions.  You can read more about it here:

More...

Consuming a RESTful Web Service Using HTTP POST from .NET
By Joe Rattz on 8/21/2009 10:02:58 AM

Consuming a RESTful Web Service Using HTTP POST from .NET

I recently had the need to consume a RESTful web service with .NET.  What made this less typical than most articles I found on the internet is that instead of retrieving data with the web service via an HTTP GET, I needed to send data with the web service via an HTTP POST.  I didn't see anyone doing that.

So this blog post is here for three purposes.  First, it is here to help others needing to call any RESTful web service from .NET using an HTTP POST.  Second, it is here so that next time I need to do it, I can find it quickly.  Third, anyone else needing to consume the specific Taxcient web service that I was consuming may find this a helpful starting point.

The web service I needed to call is hosted by a company named Taxcient.  Their web service allows me to pass customer data to it using an HTTP POST.  Here is the b ...

More...

ASP.NET MVC
By Joe Rattz on 5/13/2009 2:39:29 PM

ASP.NET MVC

This is just a test.


IE6 About Box Error: 53 - Not enough storage is available to complete this operation
By Joe Rattz on 2/3/2009 4:33:42 PM

Problems Caused by User Agent String Too Long

I recently had something happen to my machine that has caused me all sorts of havoc.  There are many symptoms of the same problem.  This all seems to have begun after a Windows security update (KB958687) was installed on my machine.  Interestingly, even after uninstalling that update, I still have the problem.  I haven't fully researched why that update caused this to happen, so maybe the update isn't exactly the culprit, but at this time, I believe it is.

Part of what made this so difficult to resolve is that there are so many symptoms of the problem.  With so many symptoms, there are many vectors to research that are so vague, it is difficult to isolate the actual problem.

I will begin with the symptoms I had in the order that may make it most easy to identify.


1.  The About box in Internet Explorer (IE, IE6, ...

More...

ASP.NET User Control Positioning With CSS
By Joe Rattz on 11/4/2008 11:41:42 AM

- Solving the Problem No One Seems to Care About

I subtitled this post with the tongue-in-cheek phrase "Solving the Problem No One Seems to Care About" because I recently discovered what I would consider to be a flaw in the design of ASP.NET user controls, but I seem to be the only one who cares.

The flaw is that there is no HTML emitted for an ASP.NET user control.  Don't be mislead by my previous statement though.  Certainly the contents of the user control are emitted, but if your user control contains nothing, there will be no HTML emitted by it.  Here is some example ASP.NET markup for a page:

<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %& ...

More...

IBM's .NET Development with DB2, IDS and U2 Forum - Is this a secret?
By Joe Rattz on 3/17/2008 1:14:43 PM

As many times as I have googled DB2 and .NET topics and never recall a hit at this forum certainly qualifies it as a secret in my book:

http://www.ibm.com/developerworks/forums/forum.jspa?forumID=467


 
Articles
 
Since posting my article titled "Calling AS/400 (AS400) RPG Programs From ASP.NET", I have gotten a good bit of feedback and questions. This is further evidence of how difficult it is to find good information about interfacing with the AS/400. Due to some of the questions and comments posted about that article, I thought I would do a little more research, and post a follow-up article.   Read More...
Now would probably be a good time to point out that when I first started creating articles for NetSplore, my intent was not only to share information with others, but to share it with myself...in the future! I can't tell you how many times I have had to go scrambling trying to figure out what code did something I needed to do again. So, I thought that if there was something I was having trouble remembering how to accomplish, others may have the same problem, and I should create an article.   Read More...
Have you ever needed to raise a button-click event programmatically? I sure have. Sometimes you end up needing to programmatically simulate that a button was clicked by a user, but how do you accomplish this? ...   Read More...
Have you ever had to wrestle with HTML or CSS rendering issues? Working in a compiled language environment like ASP.NET can be exasperating sometimes. The cycle time of edit, compile, and test can get very fristrating when you are making many small changes trying to determine why something is not rendering the way you would expect.   Read More...
Have you ever wondered how you might use C# multicast delegates in a real world scenario? Have you ever had two controls with interdependence and wanted a technique to decouple them?   Read More...
Have you ever needed to call an RPG program running on an AS/400 from ASP.NET? Here's how I do it.   Read More...
Have you ever wanted to reference an image in a forum post or blog, but had no place to host the image? Here's one.   Read More...
Have you ever needed a 3-state checkbox? Have you ever wanted to provide a gaphic instead of seeing the normal checkbox or radio button? I know I have.   Read More...
Have you ever had a button that caused serious problems if the user clicked it more than once? Here is some code to prevent that.   Read More...
Have you ever wondered what a shadow module is good for? Me too.   Read More...
Have you ever wanted a tooltip that didn't timeout and that you could control the look of the text? This free ASP.NET server control will do it.   Read More...
Have you ever needed a way to highlight ASP.NET DataGrid rows on the client side as the user moused over them? Here's how.   Read More...

 
New Features
 
Check here for the latest NetSplore features.

 
    






Favorite Sites
   
"Give me a PVOID and you've given me the world."
    -- Mike Furnell - Software Developer/Mentor
 
Home|Freebies|Blog|Services|Articles|ASP.NET Depot|DotNetNuke Central|Contact Us
  Copyright 2005 Netsplore Terms Of Use Privacy Statement