1
Answer

Sql Table Multiple Column Value show in Dropdownlist

Photo of ankit gaur

ankit gaur

6y
548
1
Hello,
 
i want to show the Sql table multiple column value in dropdownlist like :-
 
Dropdownlist:- Length
                        Height
 
Not like this:- Length-Height 
 
Table 
 
Id     Unit           AlternativeUnit 
1      Length       Height
 
 
 

Answers (1)