Search Result

Collapse
4 results in 0.0013 seconds.
Keywords
Members
Tags
bind
  •  

  • wbwalsh
    started a topic DataBinding Through Code

    DataBinding Through Code

    Hi all. This is my first post… be gentle :)

    I'm not looking for the code to make it work... if you could just point me in the right direction... I am self-taught and really need to learn by doing rather then having it given to me. Thanks all!

    I have a WinForm with a single ListBox and several TextBoxes. I have an SQL database in the project. I am currently using a connection string to open and read the data filling...
    See more | Go to post
    Last edited by tlhintoq; Mar 30 '10, 06:23 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

  • jose85
    started a topic SQLERRMC empty on bind error
    in DB2

    SQLERRMC empty on bind error

    I have a cics cobol db2 program on aix 6.1 with db2 9.5
    The bind was successfull
    But when invoked gives bind error, and the sqlerrmc is ............0x0 0000000
    sqlstate 51002 and sqlcode -805

    Unable to find any information on db2diag either. on what package it is looking for ..

    Has anybody faced this kind of error ? or can help me get more information.

    Thanks is Advance
    Jos...
    See more | Go to post

  • AnaOlinto
    started a topic Bind CheckBoxList using AJAX

    Bind CheckBoxList using AJAX

    Hi,

    I'm new using AJAX and I'm developing a page where I need to populate a CheckBoxList based on what the user types (it's like an AutoSuggest). I don't know how to bind the checkboxlist from the database using AJAX.
    My code in VB.NET is something like this:

    Code:
    Dim DatabaseConnection As New SqlConnection(ConfigurationManager.ConnectionStrings("MyServer").ConnectionString)
            Dim selectSQL As String
    ...
    See more | Go to post
    Last edited by debasisdas; Aug 22 '09, 07:49 PM. Reason: moved to vb.net section.

  • Populated results from combobox to textbox ?

    I'll start this hopefully simple and add code where needed or requested.

    Im using a combobox that bound to a DataSet. The Dataset retreives it's values from SQL.

    I can retreive the values fine. However only displaying (1) Column. Which is fine.

    Here's where it gets complicated for me. The dataset has 2 other columns that get filled. I need the resulting columns to be sent to text boxes when I select a value...
    See more | Go to post
    Last edited by Frinavale; Jan 21 '09, 02:50 PM. Reason: added [code] tags
Working...