Hi,
I have the following code: -
If Not cmbProducts.SelectedValue.ToString = "" Then
dbOpen()
sql = "select * from dbo.Products where ProductID = '" & cmbPro...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22745973.htm...
Hi,
I have the following if statement: -
If cmbSupplier.SelectedValue.ToString = dr("Supplier").ToString Then
each item returns the exact same string but one is in lower case and one is in...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22746116.html
Hi,
i have the following code: -
lstRigs.Items.Clear()
sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"
d...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22746351.htm...
Hi,
I have the following code: -
sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"
dbOpen()
Dim da4 As New SqlClient.S...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22746519.htm...
Hello
I have someone which is reporting an error while starting up my application. He does not have Visual Studio installed. What's the best way to find out where exactly in the code the error i...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22750029.htm...
Hi,
how to eliminate 0 in string 01 or if string 000004 then return 4
Regards
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22754191.htm...
Hi,
How can i know which function is being executed which running an application.
Regards.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22758663.htm...
Hi Experts,
I'm migrating some VB.NET development work to a Vista machine. As a result, a legacy COM DLL I reference within the code to create an interop interface (SAP library LIBRFC32.DLL) is...
http://www.experts-exchange.com/Database/Software/ERP/SAP_ERP/Q_22760803.html
I am trying to generate the dataset which contains multiple tables but when i am connecting this dataset to the datagridview in Vb.Net form no data is displaying
Ok here is my code
CODE :
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22761206.html
Stumped with Trig
Here's what I need...
I have a graphics line (could be at any angle on the screen)
I want to draw another line at the end of the first at 90 degrees so a T shape is creat...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22761763.htm...