Formated Combo Box

  • Thread starter Thread starter BD
  • Start date Start date
B

BD

I am running VS 2005 writing in C# accessing remote SQL Server 2005
database. I want to develope a custom listing of the relationship
between Customers and Locations (one to many) in a combo box. The
releation is defined in SQL and shows up in the dataset. I have been
using datagridview and works fine albeit confusing. It display every
row completely. I would really like the listing in the combo box to
only show the Customer once with the many Locations after, preferrable
indented from the left like you would if you were typing it out like
an outline for a report. Any help or guidance is greatly appreciated.
 
Hello BD,

See there http://www.codeproject.com/cs/miscctrl/#Combo+and+List+boxes

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

B> I am running VS 2005 writing in C# accessing remote SQL Server 2005
B> database. I want to develope a custom listing of the relationship
B> between Customers and Locations (one to many) in a combo box. The
B> releation is defined in SQL and shows up in the dataset. I have been
B> using datagridview and works fine albeit confusing. It display every
B> row completely. I would really like the listing in the combo box to
B> only show the Customer once with the many Locations after,
B> preferrable indented from the left like you would if you were typing
B> it out like an outline for a report. Any help or guidance is greatly
B> appreciated.
B>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top