Enter Keywords:
1 - 10 of 112(0.02 seconds)
Sort By:
 
 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 ...
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...
Zones: MS Visual BasicDate Answered: 07/14/2005 Rating: 9.4 Views: 0
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...
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] ...
Zones: MS Visual Basic, Vis...Date Answered: 09/06/2007 Rating: 9.6 Views: 0
How do I bind Data to OnClientClick evet of a LinkButton?   <asp:TemplateField ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">                         <ItemTemplate>  ...
Zones: ASP.Net ProgrammingDate Answered: 03/07/2008 Rating: 6.5 Views: 31
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...
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...
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     ...
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...
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...
Zones: .NETDate Answered: 12/12/2003 Rating: 7.8 Views: 0