Re: [AspNetAnyQuestionIsOk] Insert dropdownlistbox or checkbox in Listbox in ASP.NET

2005-10-11 Thread Krunal Chaklasia
ThanX Peter. Peter Brunone <[EMAIL PROTECTED]> wrote:Krunal, You can't insert any other controls into a listbox, because it renders as a select element which has very limited capabilities. If you like, you can create a scrolling datagrid to do a lot of that stuff, or you can use EasyListBox ( se

Re: [AspNetAnyQuestionIsOk] Insert dropdownlistbox or checkbox in Listbox in ASP.NET

2005-10-06 Thread Peter Brunone
Krunal, You can't insert any other controls into a listbox, because it renders as a select element which has very limited capabilities. If you like, you can create a scrolling datagrid to do a lot of that stuff, or you can use EasyListBox ( see http://easylistbox.com/demoCustomized.html?rl=af ).

[AspNetAnyQuestionIsOk] Insert dropdownlistbox or checkbox in Listbox in ASP.NET

2005-10-06 Thread Krunal Chaklasia
Hello Members, Is it possible to insert any type of control like Dropdownlistbox or Checkbox in listbox in asp.net ? Actually i want to use multicolumn listbox in asp.net. Help me if anybody have any idea. Thank You, Rgds, Krunal --