Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > Multicolumn combo box

Reply
Thread Tools

Multicolumn combo box

 
 
NEWBIE
Guest
Posts: n/a
 
      04-20-2005
Hi,

I have to show data in grid like manner in the combobox.

Please give me ne idea to create multicolumn comboBox.

Thanx.


 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-21-2005
You may be able to use this free multicolumn combobox control:
http://www.gotdotnet.com/Community/U...a-3e4b976b11dd

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"NEWBIE" <> wrote in message
news:1C06998A-E192-4D02-B237-...
> Hi,
>
> I have to show data in grid like manner in the combobox.
>
> Please give me ne idea to create multicolumn comboBox.
>
> Thanx.
>
>



 
Reply With Quote
 
 
 
 
NEWBIE
Guest
Posts: n/a
 
      04-21-2005
Thank you very much Steve for your reply. Actually I want to make a composite
control by inheriting from the combo box control. I am not able to understand
how to go about it. Can you plz help ?

"Steve C. Orr [MVP, MCSD]" wrote:

> You may be able to use this free multicolumn combobox control:
> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "NEWBIE" <> wrote in message
> news:1C06998A-E192-4D02-B237-...
> > Hi,
> >
> > I have to show data in grid like manner in the combobox.
> >
> > Please give me ne idea to create multicolumn comboBox.
> >
> > Thanx.
> >
> >

>
>
>

 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-21-2005
Yes, here is an example I put together for creating a ComboBox control.
With a little tinkering you should be able to adapt it for your needs:
http://SteveOrr.net/articles/ComboBox.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



"NEWBIE" <> wrote in message
news:C355105B-B33D-4B1B-87CD-...
> Thank you very much Steve for your reply. Actually I want to make a
> composite
> control by inheriting from the combo box control. I am not able to
> understand
> how to go about it. Can you plz help ?
>
> "Steve C. Orr [MVP, MCSD]" wrote:
>
>> You may be able to use this free multicolumn combobox control:
>> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "NEWBIE" <> wrote in message
>> news:1C06998A-E192-4D02-B237-...
>> > Hi,
>> >
>> > I have to show data in grid like manner in the combobox.
>> >
>> > Please give me ne idea to create multicolumn comboBox.
>> >
>> > Thanx.
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
NEWBIE
Guest
Posts: n/a
 
      04-21-2005
Thanx a lot steve. Yr article did help me a lot in understanding how to
create a custom combo box.
Is there any way autocomplete feature can be incorportaed into this control ?
"Steve C. Orr [MVP, MCSD]" wrote:

> Yes, here is an example I put together for creating a ComboBox control.
> With a little tinkering you should be able to adapt it for your needs:
> http://SteveOrr.net/articles/ComboBox.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
>
> "NEWBIE" <> wrote in message
> news:C355105B-B33D-4B1B-87CD-...
> > Thank you very much Steve for your reply. Actually I want to make a
> > composite
> > control by inheriting from the combo box control. I am not able to
> > understand
> > how to go about it. Can you plz help ?
> >
> > "Steve C. Orr [MVP, MCSD]" wrote:
> >
> >> You may be able to use this free multicolumn combobox control:
> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
> >>
> >> --
> >> I hope this helps,
> >> Steve C. Orr, MCSD, MVP
> >> http://SteveOrr.net
> >>
> >>
> >> "NEWBIE" <> wrote in message
> >> news:1C06998A-E192-4D02-B237-...
> >> > Hi,
> >> >
> >> > I have to show data in grid like manner in the combobox.
> >> >
> >> > Please give me ne idea to create multicolumn comboBox.
> >> >
> >> > Thanx.
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-21-2005
Yes. Here's another free combobox example that includes autocomplete
functionality:
http://metabuilders.com/tools/combobox.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"NEWBIE" <> wrote in message
news:99ED4C58-578B-4217-8C70-...
> Thanx a lot steve. Yr article did help me a lot in understanding how to
> create a custom combo box.
> Is there any way autocomplete feature can be incorportaed into this
> control ?
> "Steve C. Orr [MVP, MCSD]" wrote:
>
>> Yes, here is an example I put together for creating a ComboBox control.
>> With a little tinkering you should be able to adapt it for your needs:
>> http://SteveOrr.net/articles/ComboBox.aspx
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>>
>> "NEWBIE" <> wrote in message
>> news:C355105B-B33D-4B1B-87CD-...
>> > Thank you very much Steve for your reply. Actually I want to make a
>> > composite
>> > control by inheriting from the combo box control. I am not able to
>> > understand
>> > how to go about it. Can you plz help ?
>> >
>> > "Steve C. Orr [MVP, MCSD]" wrote:
>> >
>> >> You may be able to use this free multicolumn combobox control:
>> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
>> >>
>> >> --
>> >> I hope this helps,
>> >> Steve C. Orr, MCSD, MVP
>> >> http://SteveOrr.net
>> >>
>> >>
>> >> "NEWBIE" <> wrote in message
>> >> news:1C06998A-E192-4D02-B237-...
>> >> > Hi,
>> >> >
>> >> > I have to show data in grid like manner in the combobox.
>> >> >
>> >> > Please give me ne idea to create multicolumn comboBox.
>> >> >
>> >> > Thanx.
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
NEWBIE
Guest
Posts: n/a
 
      04-22-2005
I did try andy's combo box but is there any way the same functionality can be
added to your combo box ?
On going through the code of andy's combo box, it appears that it needs
some javascript functions. I couldnt find those functions. Also the code
makes refernce to web.config file which is not there in the project.


"Steve C. Orr [MVP, MCSD]" wrote:

> Yes. Here's another free combobox example that includes autocomplete
> functionality:
> http://metabuilders.com/tools/combobox.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "NEWBIE" <> wrote in message
> news:99ED4C58-578B-4217-8C70-...
> > Thanx a lot steve. Yr article did help me a lot in understanding how to
> > create a custom combo box.
> > Is there any way autocomplete feature can be incorportaed into this
> > control ?
> > "Steve C. Orr [MVP, MCSD]" wrote:
> >
> >> Yes, here is an example I put together for creating a ComboBox control.
> >> With a little tinkering you should be able to adapt it for your needs:
> >> http://SteveOrr.net/articles/ComboBox.aspx
> >>
> >> --
> >> I hope this helps,
> >> Steve C. Orr, MCSD, MVP
> >> http://SteveOrr.net
> >>
> >>
> >>
> >> "NEWBIE" <> wrote in message
> >> news:C355105B-B33D-4B1B-87CD-...
> >> > Thank you very much Steve for your reply. Actually I want to make a
> >> > composite
> >> > control by inheriting from the combo box control. I am not able to
> >> > understand
> >> > how to go about it. Can you plz help ?
> >> >
> >> > "Steve C. Orr [MVP, MCSD]" wrote:
> >> >
> >> >> You may be able to use this free multicolumn combobox control:
> >> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
> >> >>
> >> >> --
> >> >> I hope this helps,
> >> >> Steve C. Orr, MCSD, MVP
> >> >> http://SteveOrr.net
> >> >>
> >> >>
> >> >> "NEWBIE" <> wrote in message
> >> >> news:1C06998A-E192-4D02-B237-...
> >> >> > Hi,
> >> >> >
> >> >> > I have to show data in grid like manner in the combobox.
> >> >> >
> >> >> > Please give me ne idea to create multicolumn comboBox.
> >> >> >
> >> >> > Thanx.
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-23-2005
The javascript code is there, I've downloaded it and looked at it.
Look harder.

My control could be modified to provide the functionality you need, but it
would require a good amount of elbow grease.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"NEWBIE" <> wrote in message
news:62434476-90EF-4C6E-A5FF-...
>I did try andy's combo box but is there any way the same functionality can
>be
> added to your combo box ?
> On going through the code of andy's combo box, it appears that it needs
> some javascript functions. I couldnt find those functions. Also the code
> makes refernce to web.config file which is not there in the project.
>
>
> "Steve C. Orr [MVP, MCSD]" wrote:
>
>> Yes. Here's another free combobox example that includes autocomplete
>> functionality:
>> http://metabuilders.com/tools/combobox.aspx
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "NEWBIE" <> wrote in message
>> news:99ED4C58-578B-4217-8C70-...
>> > Thanx a lot steve. Yr article did help me a lot in understanding how
>> > to
>> > create a custom combo box.
>> > Is there any way autocomplete feature can be incorportaed into this
>> > control ?
>> > "Steve C. Orr [MVP, MCSD]" wrote:
>> >
>> >> Yes, here is an example I put together for creating a ComboBox
>> >> control.
>> >> With a little tinkering you should be able to adapt it for your needs:
>> >> http://SteveOrr.net/articles/ComboBox.aspx
>> >>
>> >> --
>> >> I hope this helps,
>> >> Steve C. Orr, MCSD, MVP
>> >> http://SteveOrr.net
>> >>
>> >>
>> >>
>> >> "NEWBIE" <> wrote in message
>> >> news:C355105B-B33D-4B1B-87CD-...
>> >> > Thank you very much Steve for your reply. Actually I want to make a
>> >> > composite
>> >> > control by inheriting from the combo box control. I am not able to
>> >> > understand
>> >> > how to go about it. Can you plz help ?
>> >> >
>> >> > "Steve C. Orr [MVP, MCSD]" wrote:
>> >> >
>> >> >> You may be able to use this free multicolumn combobox control:
>> >> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
>> >> >>
>> >> >> --
>> >> >> I hope this helps,
>> >> >> Steve C. Orr, MCSD, MVP
>> >> >> http://SteveOrr.net
>> >> >>
>> >> >>
>> >> >> "NEWBIE" <> wrote in message
>> >> >> news:1C06998A-E192-4D02-B237-...
>> >> >> > Hi,
>> >> >> >
>> >> >> > I have to show data in grid like manner in the combobox.
>> >> >> >
>> >> >> > Please give me ne idea to create multicolumn comboBox.
>> >> >> >
>> >> >> > Thanx.
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
NEWBIE
Guest
Posts: n/a
 
      04-23-2005
Hi Steve,
Thanx for the reply. Yes the js code is there in the .resx
file but there is no web.config file.

If u go thrrough the code there is a property RefrenceLibraryUrl which
returns a string variable. This property uses the web.config file.

I did find a java script function on the net
http://www.mattkruse.com/javascript/...te/source.html

In your control you add some java script code for the visibility. Now I
think the "elbow grease" would be to add a javascript code to search the text
in the listbox or do i have to use the items.findtext ?
Am I on right track ?

Thanx
"Steve C. Orr [MVP, MCSD]" wrote:

> The javascript code is there, I've downloaded it and looked at it.
> Look harder.
>
> My control could be modified to provide the functionality you need, but it
> would require a good amount of elbow grease.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "NEWBIE" <> wrote in message
> news:62434476-90EF-4C6E-A5FF-...
> >I did try andy's combo box but is there any way the same functionality can
> >be
> > added to your combo box ?
> > On going through the code of andy's combo box, it appears that it needs
> > some javascript functions. I couldnt find those functions. Also the code
> > makes refernce to web.config file which is not there in the project.
> >
> >
> > "Steve C. Orr [MVP, MCSD]" wrote:
> >
> >> Yes. Here's another free combobox example that includes autocomplete
> >> functionality:
> >> http://metabuilders.com/tools/combobox.aspx
> >>
> >> --
> >> I hope this helps,
> >> Steve C. Orr, MCSD, MVP
> >> http://SteveOrr.net
> >>
> >>
> >> "NEWBIE" <> wrote in message
> >> news:99ED4C58-578B-4217-8C70-...
> >> > Thanx a lot steve. Yr article did help me a lot in understanding how
> >> > to
> >> > create a custom combo box.
> >> > Is there any way autocomplete feature can be incorportaed into this
> >> > control ?
> >> > "Steve C. Orr [MVP, MCSD]" wrote:
> >> >
> >> >> Yes, here is an example I put together for creating a ComboBox
> >> >> control.
> >> >> With a little tinkering you should be able to adapt it for your needs:
> >> >> http://SteveOrr.net/articles/ComboBox.aspx
> >> >>
> >> >> --
> >> >> I hope this helps,
> >> >> Steve C. Orr, MCSD, MVP
> >> >> http://SteveOrr.net
> >> >>
> >> >>
> >> >>
> >> >> "NEWBIE" <> wrote in message
> >> >> news:C355105B-B33D-4B1B-87CD-...
> >> >> > Thank you very much Steve for your reply. Actually I want to make a
> >> >> > composite
> >> >> > control by inheriting from the combo box control. I am not able to
> >> >> > understand
> >> >> > how to go about it. Can you plz help ?
> >> >> >
> >> >> > "Steve C. Orr [MVP, MCSD]" wrote:
> >> >> >
> >> >> >> You may be able to use this free multicolumn combobox control:
> >> >> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
> >> >> >>
> >> >> >> --
> >> >> >> I hope this helps,
> >> >> >> Steve C. Orr, MCSD, MVP
> >> >> >> http://SteveOrr.net
> >> >> >>
> >> >> >>
> >> >> >> "NEWBIE" <> wrote in message
> >> >> >> news:1C06998A-E192-4D02-B237-...
> >> >> >> > Hi,
> >> >> >> >
> >> >> >> > I have to show data in grid like manner in the combobox.
> >> >> >> >
> >> >> >> > Please give me ne idea to create multicolumn comboBox.
> >> >> >> >
> >> >> >> > Thanx.
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
NEWBIE
Guest
Posts: n/a
 
      04-23-2005
Thanx for your reply. I did found the code, it was in .resx file. But if you
go thru the code there is a property which calls the configuration settings
from web.config.

I modified and added a datagrid to your code, but on load the grid lines of
the datagrid are visible. How do I hide them ?

"Steve C. Orr [MVP, MCSD]" wrote:

> The javascript code is there, I've downloaded it and looked at it.
> Look harder.
>
> My control could be modified to provide the functionality you need, but it
> would require a good amount of elbow grease.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "NEWBIE" <> wrote in message
> news:62434476-90EF-4C6E-A5FF-...
> >I did try andy's combo box but is there any way the same functionality can
> >be
> > added to your combo box ?
> > On going through the code of andy's combo box, it appears that it needs
> > some javascript functions. I couldnt find those functions. Also the code
> > makes refernce to web.config file which is not there in the project.
> >
> >
> > "Steve C. Orr [MVP, MCSD]" wrote:
> >
> >> Yes. Here's another free combobox example that includes autocomplete
> >> functionality:
> >> http://metabuilders.com/tools/combobox.aspx
> >>
> >> --
> >> I hope this helps,
> >> Steve C. Orr, MCSD, MVP
> >> http://SteveOrr.net
> >>
> >>
> >> "NEWBIE" <> wrote in message
> >> news:99ED4C58-578B-4217-8C70-...
> >> > Thanx a lot steve. Yr article did help me a lot in understanding how
> >> > to
> >> > create a custom combo box.
> >> > Is there any way autocomplete feature can be incorportaed into this
> >> > control ?
> >> > "Steve C. Orr [MVP, MCSD]" wrote:
> >> >
> >> >> Yes, here is an example I put together for creating a ComboBox
> >> >> control.
> >> >> With a little tinkering you should be able to adapt it for your needs:
> >> >> http://SteveOrr.net/articles/ComboBox.aspx
> >> >>
> >> >> --
> >> >> I hope this helps,
> >> >> Steve C. Orr, MCSD, MVP
> >> >> http://SteveOrr.net
> >> >>
> >> >>
> >> >>
> >> >> "NEWBIE" <> wrote in message
> >> >> news:C355105B-B33D-4B1B-87CD-...
> >> >> > Thank you very much Steve for your reply. Actually I want to make a
> >> >> > composite
> >> >> > control by inheriting from the combo box control. I am not able to
> >> >> > understand
> >> >> > how to go about it. Can you plz help ?
> >> >> >
> >> >> > "Steve C. Orr [MVP, MCSD]" wrote:
> >> >> >
> >> >> >> You may be able to use this free multicolumn combobox control:
> >> >> >> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
> >> >> >>
> >> >> >> --
> >> >> >> I hope this helps,
> >> >> >> Steve C. Orr, MCSD, MVP
> >> >> >> http://SteveOrr.net
> >> >> >>
> >> >> >>
> >> >> >> "NEWBIE" <> wrote in message
> >> >> >> news:1C06998A-E192-4D02-B237-...
> >> >> >> > Hi,
> >> >> >> >
> >> >> >> > I have to show data in grid like manner in the combobox.
> >> >> >> >
> >> >> >> > Please give me ne idea to create multicolumn comboBox.
> >> >> >> >
> >> >> >> > Thanx.
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reference one combo box from another combo box SM Javascript 2 04-28-2007 04:49 PM
Fill Combo Box based on another Combo Box dthmtlgod ASP General 1 11-16-2005 04:08 PM
COMBO BOX INSTEAD OF DROP DOWN BOX =?Utf-8?B?QW5nZWw=?= ASP .Net 3 06-29-2004 06:38 PM
Populate List Box base on Combo Box Selection Adrian ASP General 1 02-18-2004 09:49 AM
Combo Box and text box Mike Javascript 2 09-24-2003 07:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57