Dear Sir,
I have created a class for connecting to the database, which is as follows:
Public Class ClsLoging
Inherits ClsGlobalVariable
Dim Cn As System.Data.SqlClient.SqlConnection
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22816925.htm...
good day.
i want to send images via tcp/ip. i also want to embed certain information into the beginning of the stream. i can retrieve the image and i can put the fixed width information into t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23200303.html
Zones:
C#Date Answered: 02/28/2008 Grade: A Views: 4
Hi,
I've created a web services in visual studio 2005. And, in my project, I call my web services and use it.
In my web services, I set the return type as "XmlDocument". However, when I get the...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23671...
Is there a way to add addational parameters to a sql query in visual studio? For example:
original query -> SELECT * FROM tableName
Now Visual Studio allows you to use user definend function as f...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23831826.htm...
I'm trying to get vertically stacked headers for the columns in a datagridview. (Vb.net VisualStudio2008).
Trying then to use the height of the tallest stack to determine the columnheadersheight.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23847...
Greetings all
I recently moved (copied) a database to a new machine. The application, developed in VWD 2005 Express, as a file-based system, using the internal web server, was recreated as a web...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23781136.html
When configuring the following query (see below) in a table adabter I get the aformentioned error message.
SELECT col1, col2, IIF(col3 = 's', 'sold', 'not sold') AS AliasColumnName FROM TableNam...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23825767.html
Hi all,
using HasChanges, I can see whether changes have been made to the dataset or not.
If changes have been made, is there any way I can see which table(s) the changes are in?
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23048219.h...
I am trying to write a XML file from my DatagridView which is binded to a Datasource. I have an option that allows my user to filter the content of the DataGridView but when I try to use the functi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23081179.htm...
Hi fellas, i was hoping somebody could help me out.
I am using the Intel Mobile SDK 1.2 in order to access power events when the power is connected and disconnected.
Currently i have the eve...
http://www.experts-exchange.com/Microsoft/Development/Q_23156047.html