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...
Search Result
Collapse
4 results in 0.0013 seconds.
Keywords
Members
Tags
-
DataBinding Through Code
Last edited by tlhintoq; Mar 30 '10, 06:23 PM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
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... -
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 -
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...