Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Threading problem Pin
Mogaambo1-Aug-08 0:12
Mogaambo1-Aug-08 0:12 
AnswerRe: Threading problem Pin
Guffa1-Aug-08 2:44
Guffa1-Aug-08 2:44 
GeneralRe: Threading problem Pin
MarkB7771-Aug-08 2:56
MarkB7771-Aug-08 2:56 
GeneralRe: Threading problem Pin
Mogaambo1-Aug-08 9:20
Mogaambo1-Aug-08 9:20 
GeneralRe: Threading problem Pin
MarkB7771-Aug-08 13:38
MarkB7771-Aug-08 13:38 
GeneralRe: Threading problem Pin
MarkB7771-Aug-08 14:46
MarkB7771-Aug-08 14:46 
QuestionSorting out the Data Pin
Hum Dum31-Jul-08 22:15
Hum Dum31-Jul-08 22:15 
AnswerRe: Sorting out the Data Pin
User 665831-Jul-08 22:45
User 665831-Jul-08 22:45 
I think you need three relations in this case:

Relation 1:
Group (ID PK, Name)
-----
1, Car
2, Bus
3, Sportscar
4, Bike
...


Relation 2:
Model (ID PK, Name)
----
1, car_model_1
2, car_model_2
n, car_model_n
n+1, bus_model_1
n+m, bus_model_m


Relation 3:
ModelToGroup (Model FK, Group FK)
----
1, 1
2, 1
n, 1
n+1, 2
n+m, 2
...


According to what model the user selects, you can look which group this model belongs to and count the groups.

regards

modified 12-Sep-18 21:01pm.

Questionhow can i add the plus minus symbol in treeview in c# Pin
sanjeevmedhi31-Jul-08 22:05
sanjeevmedhi31-Jul-08 22:05 
AnswerRe: how can i add the plus minus symbol in treeview in c# Pin
Anurag Gandhi31-Jul-08 22:27
professionalAnurag Gandhi31-Jul-08 22:27 
GeneralRe: how can i add the plus minus symbol in treeview in c# Pin
sanjeevmedhi31-Jul-08 22:43
sanjeevmedhi31-Jul-08 22:43 
GeneralRe: how can i add the plus minus symbol in treeview in c# Pin
Mycroft Holmes31-Jul-08 22:49
professionalMycroft Holmes31-Jul-08 22:49 
AnswerRe: how can i add the plus minus symbol in treeview in c# Pin
PIEBALDconsult1-Aug-08 15:29
mvePIEBALDconsult1-Aug-08 15:29 
AnswerRe: how can i add the plus minus symbol in treeview in c# Pin
Medha jha2-Aug-08 2:57
Medha jha2-Aug-08 2:57 
QuestionFigured out why C# people are so finicy about layout Pin
Mycroft Holmes31-Jul-08 21:22
professionalMycroft Holmes31-Jul-08 21:22 
AnswerRe: Figured out why C# people are so finicy about layout Pin
Simon P Stevens31-Jul-08 21:47
Simon P Stevens31-Jul-08 21:47 
GeneralRe: Figured out why C# people are so finicy about layout Pin
Mycroft Holmes31-Jul-08 21:51
professionalMycroft Holmes31-Jul-08 21:51 
GeneralRe: Figured out why C# people are so finicy about layout Pin
stancrm31-Jul-08 22:26
stancrm31-Jul-08 22:26 
QuestionHow to Acess permission for SPSite Pin
manju#12331-Jul-08 19:34
manju#12331-Jul-08 19:34 
Questionmonitor Http traffic Pin
George_George31-Jul-08 19:01
George_George31-Jul-08 19:01 
AnswerRe: monitor Http traffic Pin
stancrm31-Jul-08 21:36
stancrm31-Jul-08 21:36 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:37
George_George3-Aug-08 17:37 
AnswerRe: monitor Http traffic Pin
User 665831-Jul-08 22:32
User 665831-Jul-08 22:32 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:37
George_George3-Aug-08 17:37 
AnswerRe: monitor Http traffic Pin
Simon P Stevens31-Jul-08 22:38
Simon P Stevens31-Jul-08 22:38 

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.