Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
notsosuper
Posting Yak Master
190 Posts |
Posted - 2005-05-27 : 14:51:53
|
Can someone verify that combo box and dropdown list is same thing or not? If I want to create a combo box, all I need to go toolbox and click dropdownlist right? |
|
twhelan1
Yak Posting Veteran
71 Posts |
Posted - 2005-05-27 : 14:55:12
|
Yes they're the same. In Windows forms you have to specify the type of the DropDownList control, and one of the options is ComboBox or something like it I believe. In web forms there is no such thing as a combo box, just a DropDownList that doesn't allow you to type in the text area of the list. |
 |
|
notsosuper
Posting Yak Master
190 Posts |
Posted - 2005-05-27 : 15:12:44
|
thanks, I thought so, but it was confusing for second. |
 |
|
|
|
|