Click here to Skip to main content
15,881,840 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello Friends,

I have urgent requirement to develop ASP.NET multicolumn Combobox with using Combo/Textbox + Repeater/ liststview.

& on each page I will require atleast 7-8 Custom combo in Application.
So don't want bato buy 3rd Party control which have developed on Datagrid.
& don't want to buy Telerik control only for only 1 requirement. bcoz can not spend lots of amount.

Can anyone help or can anyone have developed this type of code which will have fulfillment of all basic required facility in multicolumn combo like searching , dynamic no. of column ,handling with key events etc.

Thanks in advance for help.

Regards,
Developer



The following is the text of the OP's first version of this question

Hello Friends

I've tried to develop multicolumn combo by using combination of following controls for client requirement

1.Textbox
2.Repeter
3.Ajax DropDownExtender

Now I can view multiple columns in the control I've created using Repeater & can also select any item from repeater and that item will be displayed in TextBox.Right now text box is read only.

Now I want to implement following things :

1.Suppose I am typing "abc" in textbox then all items start with "abc" should be displayed in Repeter.This should be done with AJAX.

2.And when I remove "abc" then all item should be display.

How can I achieve this ?


I am attaching my control.

If any one knows how to implement this then please modify solution and send me back.

-Thanks


Here is the link for my Control :

http://cid-b638e334cbc0aa40.office.live.com/self.aspx/.Public/ComboBox.zip


If any one knows how to implement this then please modify solution and send me back.

-Thanks


[edit]I have combined your two questions into one - since they are the same except for more info in the earlier one - OriginalGriff[/edit]
Posted
Updated 28-Jan-11 23:36pm
v2
Comments
Estys 29-Jan-11 5:27am    
Is this question any different than the one you posted a few minutes ago? If not, please delete it and edit your previous question with additional info.
OriginalGriff 29-Jan-11 5:32am    
Oh yes - it is now UrgentZ!
Estys 29-Jan-11 5:41am    
Spending (too) much time in this place, I am totally desensitized to that word :)
OriginalGriff 29-Jan-11 5:42am    
Congratulations! For most folks, it seems to bring on the Red Mist :laugh:
Sandeep Mewara 29-Jan-11 6:48am    
This is a custom control and you have to make one for yourself.

1 solution

This[^] might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900