No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I have had several issues importing data from Excel. Let me start by having you look at this: [url]http://support.microsoft.com/default.aspx/kb/257819?p=1[/url]. The extended property you are most likely looking for is HDR. I saw another article somewhere that talked about a bug when reading Excel Data which I have run accross. The …
I have a form which displays related data from three different tables. There is a foreign key between the master table and the two related. Currently I have three stored procedures to return the data based of the return key value from a search. Because I am using DataAdapters to …
Because I can't seem to find any good examples, I know this is something simple. Even so, I would greatly appreciate some help. I have an array of email address that I want to use for a BCC. How do I get this array into my blind copy list? Also, …
I am trying to send an email message in HTML Format. I have a richtextbox the the user can change the color and font in the message. Below is the code I am using which ends up send in Text Format. Most codes I have found use System.WebMail which in …
I have a question about something that I don't understand which doesn't seem to affect anything. I have an application that uses a grid to find and select a detail record. I have two cells that contain phone numbers so I have a private sub that handles grid cell formating. …
Ok, I know that I am missing something due to my lack of knowledge with Binary Serialization and wish I could find better material on it. In the mean time, thanks to one of the moderators help, I have now been able to store an array in my database. Once …
I am writting an application in VB using VS2008 and SQL2005. I would like to save an array to my database and later retreive it. I understand that I need to serialize the array to do this but don't understand the process. I have looked at various resources on the …
The End.
sbanks_charles