Databinding to a combo box: Newbie



I want to bind data to combo box from a db that returns something
like three tuples with the content m,n,o of the same field. How can i
do that?

Can i just store the result in an array of string and add
sequentially m....n....o . Is their anyway?

Let me know how can i do it. Refer to some good link to learn to bind
combo box to db as to what i
want to do.

.



Relevant Pages

  • Datagrid DataKeyField and Webservice Proxy Objects
    ... Because you bind the datagrid to an array, ... you have to bind data source to a DataTable. ... Datagrid and call ... >The SalesQuote object does have a OurRef member, ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: parse comma delimited data and insert
    ... refer to the elements in the ... array with array, arrayetc... ... How do I parse this string and insert as a separate row to the table? ...
    (microsoft.public.scripting.vbscript)
  • Re: TCL array object creation in C
    ... I want to create an array variable. ... string value and look up the variable and then do whatever is needed. ... two object pointers are required. ... they refer to an item in an array. ...
    (comp.lang.tcl)
  • Re: How do I find the number of elements in an Array of Strings?
    ... >I wish to index through a loop for each element in an array. ... >refer to the elements by their index number, not their value as a string. ... >How can I find the number of elements in an array of strings? ...
    (microsoft.public.excel.programming)
  • How do I find the number of elements in an Array of Strings?
    ... I wish to index through a loop for each element in an array. ... refer to the elements by their index number, not their value as a string. ... How can I find the number of elements in an array of strings? ...
    (microsoft.public.excel.programming)

Loading