Click here to Skip to main content
15,905,915 members
Home / Discussions / C#
   

C#

 
GeneralRe: create a text file in c# Pin
nemopeti8-Jun-05 5:10
nemopeti8-Jun-05 5:10 
Generalsetting the property for radioButtons Pin
abhishk2001@yahoo.com7-Jun-05 12:07
abhishk2001@yahoo.com7-Jun-05 12:07 
GeneralRe: setting the property for radioButtons Pin
S Sansanwal7-Jun-05 16:39
S Sansanwal7-Jun-05 16:39 
Generalload a multileve png Pin
Sasuko7-Jun-05 11:18
Sasuko7-Jun-05 11:18 
GeneralGetting selected value of databound combobox Pin
greg_quinn7-Jun-05 11:06
greg_quinn7-Jun-05 11:06 
GeneralRe: Getting selected value of databound combobox Pin
Alex Korchemniy7-Jun-05 14:01
Alex Korchemniy7-Jun-05 14:01 
GeneralLaboratory Data Program in C# Pin
dr4davis7-Jun-05 9:37
dr4davis7-Jun-05 9:37 
GeneralRe: Laboratory Data Program in C# Pin
Christian Graus7-Jun-05 12:31
protectorChristian Graus7-Jun-05 12:31 
Create a table for each possible test, and a joining table to define what tests occur for each liquid.

Like this

Liquids - int ID (identity), nvarchar(20) name

TestA - int ID (identity), int LiquidID, int result
TestB - int ID (identity), int LiquidID, nvarchar(20) result

LiquidTests int LiquidID, int TestID

Now you can create each liquid, defining which tests it has to take part in, by putting rows into LiquidTests. The LiquidID column in the tests is not needed for this, but if you make it unique, you can then enforce that no test goes in twice for the one liquid.

Christian Graus - Microsoft MVP - C++
GeneralRe: Laboratory Data Program in C# Pin
dr4davis7-Jun-05 14:55
dr4davis7-Jun-05 14:55 
GeneralRe: Laboratory Data Program in C# Pin
Christian Graus7-Jun-05 14:58
protectorChristian Graus7-Jun-05 14:58 
GeneralRe: Laboratory Data Program in C# Pin
dr4davis7-Jun-05 17:08
dr4davis7-Jun-05 17:08 
GeneralRe: Laboratory Data Program in C# Pin
Scott Serl7-Jun-05 15:10
Scott Serl7-Jun-05 15:10 
GeneralRe: Laboratory Data Program in C# Pin
dr4davis7-Jun-05 17:03
dr4davis7-Jun-05 17:03 
GeneralRe: Laboratory Data Program in C# Pin
Scott Serl7-Jun-05 18:40
Scott Serl7-Jun-05 18:40 
GeneralPassing Data to SQL Server Pin
noneformenoneforme7-Jun-05 9:35
noneformenoneforme7-Jun-05 9:35 
GeneralRe: Passing Data to SQL Server Pin
Jon Sagara7-Jun-05 10:18
Jon Sagara7-Jun-05 10:18 
GeneralString problem Pin
Tom Wright7-Jun-05 8:41
Tom Wright7-Jun-05 8:41 
GeneralRe: String problem Pin
Carsten Zeumer7-Jun-05 8:48
Carsten Zeumer7-Jun-05 8:48 
GeneralRe: String problem Pin
Tom Wright7-Jun-05 12:31
Tom Wright7-Jun-05 12:31 
GeneralMonth Calendars Pin
scotlandc7-Jun-05 7:28
scotlandc7-Jun-05 7:28 
GeneralRe: Month Calendars Pin
Alex Korchemniy7-Jun-05 13:59
Alex Korchemniy7-Jun-05 13:59 
GeneralRe: Month Calendars Pin
scotlandc7-Jun-05 21:59
scotlandc7-Jun-05 21:59 
GeneralInherit Tree View property problem! Pin
drey17-Jun-05 7:00
drey17-Jun-05 7:00 
GeneralRe: Inherit Tree View property problem! Pin
Carsten Zeumer7-Jun-05 8:52
Carsten Zeumer7-Jun-05 8:52 
GeneralRe: Inherit Tree View property problem! Pin
drey17-Jun-05 10:56
drey17-Jun-05 10:56 

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.