I am trying to create a message queue for a mass emailer. As I generate my messages I post them as follows:
Dim MessageQueue As New List(Of System.Net.Mail.MailMessage)
I then bind a grid to...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23306788.htm...
I have an sql database table i need to convert over to an oracle table and 1 of the fields has been encrypted using rijndael encryption. The actual encryption was done on a machine we no longer hav...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23498252.htm...
I have been developing little web apps for one year now. I'm totally self-taught on this, so there are holes in my methods. One of the biggest holes is how I create SQL statements: the dangerous ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23640905.htm...
this gonna be wonderful if it can be done. actually, these items were in my new project...
1. button
2. timer
let me make it simple...
I want to 'end' my system once I click on the button...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23646899.html
On our new site, I have a navigation menu built with asp:menu. I really, really, really, really love it. It works perfectly in a ton of browsers and it's super easy to set up. I'm a very happy p...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23651447.html
Maybe I'm going about this the wrong way.
I am trying to to the following
1. loop through a dataset and compare the value of "Equip" column in the current row to the value of "Equip" column in t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23746248.htm...
Hi,
I would like to create a stored procedure in SQL SERVER 2005 by using .NET and CLR possibilities.
The goal of the stored procedure is to load XML data with SQLXMLBULKLOAD.
I succeed to creat...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2385...
Hi PPL,
I am doing a small windows application which needs charting, can you suggest a good highly customization charting tool amount of flexibility should be equal to the one we get while worki...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23173873.htm...
I have attached a code sample. One I execute the query and in the other I pass it through as an OLEDBCommand. Both ways an error claims that "Replace" is not a function. I am using Access 2007 and ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_23417281.html
How do I create global code for a menu and call the code across multiple forms so I'm not hard-coding it multiple times into the same program?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23299059.htm...