Interview Question in SQL Server Certifications
Interview Question :: PLZZZZZZZZ HELP its URGENT
Im doing a project using SQL server 2000 and .NET 2003 (C#)
and i have this irritating problem :
In one of the tables, there is a column (Certification Type) which is a foreign key from Certifications table
The CertificationsType column is an Integer ... but i dont want the user to get to choose numbers from the Certification Type ComboBox , i want instead strings to appear in the combo box....
To sum up : I have a combobox that is supposed to carry int values, but i want instead strings to appear (and each string would refrence to a corresponding int value).

Loading ...