I have a table in MSSQL database which can be loaded to a radgid via sqldatasource. Let's say this is devices table. I have another table where is store device types, for example: desktop,notebook,printer..etc.
Is it possible somehow, to display the conent of devices table, but when adding a new line, or modifying one existing line i would like to choose device type from a dropdownl list (populated form the other table)?
How should i start? I know there is a column type for dropdown list..but should i generate the columns from device table automatically of manually...or whatever :)
Thanks!
Is it possible somehow, to display the conent of devices table, but when adding a new line, or modifying one existing line i would like to choose device type from a dropdownl list (populated form the other table)?
How should i start? I know there is a column type for dropdown list..but should i generate the columns from device table automatically of manually...or whatever :)
Thanks!