i want to add combo box to the .net web form so that user can eiither select or type manually that field... but i can't find combo box there... can anyone tell me what is the wrong with that?
There is no ComboBox in ASP.Net, there is DropDownList. Still if you need to use ComboBox you can make use of AJAX Control Toolkit ComboBox
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.