|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
combobox two valuesHow make a combobox with two values separed with columns?. For example:
C0 Codigo 0 C1 Codigo 1 C2 Codigo 2 Thanks a lot It is so simple:
make new select query where you have the first identity column then a joint column example if you want to select the product id as an identituy column and the product id and the name as description: Select ProdcutID, cast(ProductId as varchar(10)) + ProductName From Products (MSSQL) if you need another language..tell me Use this select to populate your combo box.... Show quoteHide quote "Jose" wrote: > How make a combobox with two values separed with columns?. For example: > > C0 Codigo 0 > C1 Codigo 1 > C2 Codigo 2 > > Thanks a lot > > >
VB.NET INI or XML file for path locations
catching a specific exception Q: GIF image on a form Opening a MS Word document through a button click updating control on form2 from form1 Detect if compiling as a console application VB.NET: Implementing RasGetErrorString Get calling function in a function? about example code Copying a project into another solution |
|||||||||||||||||||||||