Click here to Skip to main content
15,916,949 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to study C# well? Pin
albCode7-Jun-06 2:01
albCode7-Jun-06 2:01 
GeneralRe: How to study C# well? Pin
yodern7-Jun-06 2:55
yodern7-Jun-06 2:55 
AnswerRe: How to study C# well? Pin
Mahmood Ilyas7-Jun-06 2:10
Mahmood Ilyas7-Jun-06 2:10 
GeneralRe: How to study C# well? Pin
yodern7-Jun-06 2:40
yodern7-Jun-06 2:40 
AnswerRe: How to study C# well? Pin
Tristan Rhodes7-Jun-06 4:21
Tristan Rhodes7-Jun-06 4:21 
QuestionAdding <table> element using MSHTML? Pin
Dr.Grimy7-Jun-06 1:30
Dr.Grimy7-Jun-06 1:30 
AnswerRe: Adding <table> element using MSHTML? Pin
Dr.Grimy8-Jun-06 0:09
Dr.Grimy8-Jun-06 0:09 
Questionmodelling many-to-many relationships with datasets Pin
Jimbo227-Jun-06 0:57
Jimbo227-Jun-06 0:57 
I have a database containing a many-to-many relationship and want to display it using two datagrids in the usual master-detail style. For illustration let's say I have a movie table, an actor table and an appearsIn relation table representing the many-to-many relationship between movies and actors. The master datagrid should display movies and the details datagrid should display all actors that appear in the selected movie. The number of actors that can appear in a movie could be in the thousands, so selecting the actors to display must be efficient. It appears that .Net directly supports one-to-many relationships, but not many-to-many relationships, and thus I can't seem to find an obvious solution which is efficient and elegant. I've tried filtering the actors table using rowfilter like this "id in (1,2,7,9,.....)" but that's way too slow if the number of ids to filter on gets very big.

Any suggestions?
Questionspyware signatures [modified] Pin
Gulfaraz7-Jun-06 0:43
Gulfaraz7-Jun-06 0:43 
AnswerRe: spyware signatures [modified] Pin
Pradd7-Jun-06 8:30
Pradd7-Jun-06 8:30 
Questionfile header Pin
Mahmood Ilyas7-Jun-06 0:38
Mahmood Ilyas7-Jun-06 0:38 
AnswerRe: file header Pin
User 66587-Jun-06 0:55
User 66587-Jun-06 0:55 
AnswerRe: file header Pin
rah_sin7-Jun-06 0:57
professionalrah_sin7-Jun-06 0:57 
QuestionIsCharUnicode Function [modified] Pin
Tristan Rhodes6-Jun-06 23:52
Tristan Rhodes6-Jun-06 23:52 
AnswerRe: IsCharUnicode Function [modified] Pin
lmoelleb7-Jun-06 1:40
lmoelleb7-Jun-06 1:40 
GeneralRe: IsCharUnicode Function [modified] Pin
Tristan Rhodes7-Jun-06 4:19
Tristan Rhodes7-Jun-06 4:19 
GeneralRe: IsCharUnicode Function [modified] Pin
lmoelleb7-Jun-06 5:10
lmoelleb7-Jun-06 5:10 
GeneralRe: IsCharUnicode Function [modified] Pin
Tristan Rhodes7-Jun-06 5:45
Tristan Rhodes7-Jun-06 5:45 
QuestionBest way to integrate windows messenger functionality to an application Pin
spAAwn6-Jun-06 23:26
spAAwn6-Jun-06 23:26 
AnswerRe: Best way to integrate windows messenger functionality to an application Pin
spAAwn7-Jun-06 22:11
spAAwn7-Jun-06 22:11 
QuestionFind a Folder in a 3rd party FolderDialog??? Pin
suguimoto6-Jun-06 23:26
suguimoto6-Jun-06 23:26 
QuestionEncoding Problem Pin
malikjhangirahmed@hotmail.com6-Jun-06 22:57
malikjhangirahmed@hotmail.com6-Jun-06 22:57 
QuestionGDI+ To slow.. Pin
User 22614746-Jun-06 22:55
User 22614746-Jun-06 22:55 
QuestionChanging userControl properties run time?? Pin
Nafiseh Salmani6-Jun-06 22:42
Nafiseh Salmani6-Jun-06 22:42 
AnswerRe: Changing userControl run time?? [modified] Pin
Mairaaj Khan6-Jun-06 23:33
professionalMairaaj Khan6-Jun-06 23:33 

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.