Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
Luc Pattyn15-May-10 5:25
sitebuilderLuc Pattyn15-May-10 5:25 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
Som Shekhar15-May-10 5:36
Som Shekhar15-May-10 5:36 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
PIEBALDconsult15-May-10 13:09
mvePIEBALDconsult15-May-10 13:09 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
PIEBALDconsult15-May-10 13:09
mvePIEBALDconsult15-May-10 13:09 
QuestiondataGridView filtering with IList. Pin
mprice21414-May-10 10:50
mprice21414-May-10 10:50 
AnswerRe: dataGridView filtering with IList. Pin
Henry Minute15-May-10 1:22
Henry Minute15-May-10 1:22 
GeneralRe: dataGridView filtering with IList. Pin
mprice21415-May-10 15:46
mprice21415-May-10 15:46 
GeneralRe: dataGridView filtering with IList. Pin
Henry Minute16-May-10 0:23
Henry Minute16-May-10 0:23 
Just a couple of things for you to think about while you are testing/experimenting.

Although the example in Appendix A uses two tables, there is no reason that you cannot have two BindingSource components pointing at the same DataSource.

BindingSource has a List property which is an IList. Basically BindingSource is a wrapper round an IList to enable things like Sorting, Filtering, Navigating (Next, Previous, First etc.) and lots lots more. It is certainly possible to use an IList directly but you will often find that you end up having to code functionality that is already built in to BindingSource.

Anyway good luck and please come back if you need help. I may not be able to, but I'll have a go. Smile | :)
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: dataGridView filtering with IList. Pin
mprice21416-May-10 15:57
mprice21416-May-10 15:57 
Questionwindows 7 jumplist window border style? Pin
Druuler14-May-10 8:05
Druuler14-May-10 8:05 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 8:56
sitebuilderLuc Pattyn14-May-10 8:56 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 10:43
sitebuilderLuc Pattyn14-May-10 10:43 
QuestionCreating Control at Design time Pin
Said Ali Jalali14-May-10 6:50
Said Ali Jalali14-May-10 6:50 
AnswerRe: Creating Control at Design time Pin
DaveyM6914-May-10 7:07
professionalDaveyM6914-May-10 7:07 
QuestionRe: Grid: Fill background colour to 1 column only from row Help Pin
roman_s14-May-10 5:15
roman_s14-May-10 5:15 
Question\r\n to <br /> Pin
Xmen Real 14-May-10 5:00
professional Xmen Real 14-May-10 5:00 
AnswerRe: \r\n to <br /> Pin
PIEBALDconsult14-May-10 6:19
mvePIEBALDconsult14-May-10 6:19 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:24
professional Xmen Real 14-May-10 6:24 
GeneralRe: \r\n to Pin
PIEBALDconsult14-May-10 6:37
mvePIEBALDconsult14-May-10 6:37 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:41
professional Xmen Real 14-May-10 6:41 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 9:28
protectorAspDotNetDev14-May-10 9:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:26
professional Xmen Real 14-May-10 18:26 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 18:28
protectorAspDotNetDev14-May-10 18:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:30
professional Xmen Real 14-May-10 18:30 
GeneralRough solution but works Pin
Xmen Real 14-May-10 18:59
professional Xmen Real 14-May-10 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.