Hi all
I am using the above to connect to a sql database
Private Sub Command3_Click()
Dim ClientId As String
Dim contactno As String
If Not rstest.EOF Then
rstest.MoveNext
If Not ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20946245....
Zones:
VB ControlsDate Answered: 04/22/2004 Rating: 7.2 Views: 0
I have a tree view. When I click on the tree view I want to run the query below. The Problem I have is I keep getting an error stating Cannot bind to tnotes. Please can someone tell me what is wr...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21491665.htm...
Hi,
Im currently developing under .net, and i have the need to do some small things in java. I wonder if ther is a .net-like style of defining a visual binding to the controls. In the JDeveloper...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21862714.html
Zones:
JavaDate Answered: 05/26/2006 Rating: 9.0 Views: 0
Using VB.Net 2005 how can I tell if a dataset does not have any records?
For example I have this:
cmd.CommandType = Data.CommandType.Text
cmd.CommandText = "SELECT [Description] WHERE [Product] ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22811842.htm...
How do I bind Data to OnClientClick evet of a LinkButton?
<asp:TemplateField ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22915312.html
can anyone tell me why this does not work? I cant display the data in <SubCategories> in my html.
<XML ID="Catalog">
<Categories>
<Category>
<CategoryID>123</C...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20004573.htm...
Zones:
ASPDate Answered: 12/13/2000 Rating: 8.0 Views: 0
Hi,
I have a xml document of the following sturcture in a data island:
<XML ID="DataStore">
<Root>
<PubData>
<PubID>1</PubID>
<Name>Anil</Name>
<TitlesData>
<Ti...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20136557.htm...
Zones:
XMLDate Answered: 07/07/2001 Rating: 6.8 Views: 0
Hi All,
Any one can help me Eliminate duplicate rows(same data) when show data using data gird.
I using ADO connect to database and bind to a data gird.
Example :
Item Desc ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20163672.html
Zones:
Visual BasicDate Answered: 08/11/2002 Rating: 7.8 Views: 0
hi...
this is my code in html file.
im using xml data binding.
It's quite amazing but in one pc i can see a table with 2 rows but in other station
i cant see nothing (blank page)
you can cop...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20324294.htm...
Zones:
XMLDate Answered: 12/26/2002 Rating: 7.0 Views: 0
Hi All,
Converted up from vb6 to vb.net.
Converts over ADO data controls, but shows error regarding DataField and DataSource properties in Textbox controls.
Seems textboxes use databinding...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20705328.html
Zones:
.NETDate Answered: 12/12/2003 Rating: 7.8 Views: 0