Click here to Skip to main content
15,896,557 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHelp with structures! Pin
bassmaster_general20-Apr-10 5:19
bassmaster_general20-Apr-10 5:19 
AnswerRe: Help with structures! Pin
Not Active20-Apr-10 5:44
mentorNot Active20-Apr-10 5:44 
AnswerRe: Help with structures! Pin
DaveyM6920-Apr-10 5:44
professionalDaveyM6920-Apr-10 5:44 
AnswerRe: Help with structures! Pin
bassmaster_general20-Apr-10 6:04
bassmaster_general20-Apr-10 6:04 
GeneralRe: Help with structures! Pin
Luc Pattyn20-Apr-10 6:35
sitebuilderLuc Pattyn20-Apr-10 6:35 
GeneralRe: Help with structures! Pin
Gregory Gadow21-Apr-10 4:46
Gregory Gadow21-Apr-10 4:46 
QuestionSwitch colums and rows in vb.net datagrid Pin
Peter Leipzig19-Apr-10 16:18
Peter Leipzig19-Apr-10 16:18 
AnswerRe: Switch colums and rows in vb.net datagrid Pin
Dr.Walt Fair, PE19-Apr-10 16:45
professionalDr.Walt Fair, PE19-Apr-10 16:45 
If you manually populate the DataGridView, you can put things anywhere you like.

As a side comment, are you sure you really want the species as columns? That sounds like an open invitation for problems down the line! I'd consider using some other record layout, like perhaps a species name and a record of delivery on each record. Better yet, normalize it and have a table with species name and an integer, then store the integer to indicate the species on the delivery record. That way you can add species, change their names, add other characteristics, etc.

But you know more about the application than I do, so maybe that wouldn't work.

Good luck!
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


AnswerRe: Switch colums and rows in vb.net datagrid Pin
Ashfield19-Apr-10 22:34
Ashfield19-Apr-10 22:34 
GeneralRe: Switch colums and rows in vb.net datagrid Pin
Peter Leipzig20-Apr-10 3:39
Peter Leipzig20-Apr-10 3:39 
GeneralRe: Switch colums and rows in vb.net datagrid Pin
gmhanna20-Apr-10 5:25
gmhanna20-Apr-10 5:25 
GeneralRe: Switch colums and rows in vb.net datagrid Pin
Ashfield20-Apr-10 8:45
Ashfield20-Apr-10 8:45 
QuestionOLE MS-Access Database - Syntax error in FROM clause Pin
gmhanna19-Apr-10 14:33
gmhanna19-Apr-10 14:33 
AnswerRe: OLE MS-Access Database - Syntax error in FROM clause Pin
Eddy Vluggen20-Apr-10 9:13
professionalEddy Vluggen20-Apr-10 9:13 
QuestionMessage Removed Pin
19-Apr-10 3:56
professionalN_tro_P19-Apr-10 3:56 
AnswerRe: IntelliTrace not what I thought Pin
Dave Kreskowiak19-Apr-10 4:06
mveDave Kreskowiak19-Apr-10 4:06 
GeneralMessage Removed Pin
19-Apr-10 4:12
professionalN_tro_P19-Apr-10 4:12 
GeneralRe: IntelliTrace not what I thought Pin
Dave Kreskowiak19-Apr-10 10:33
mveDave Kreskowiak19-Apr-10 10:33 
Questiondifference between abstract class and interface Pin
Balaji_Reddy19-Apr-10 0:37
Balaji_Reddy19-Apr-10 0:37 
AnswerRe: difference between abstract class and interface Pin
Eddy Vluggen19-Apr-10 2:45
professionalEddy Vluggen19-Apr-10 2:45 
GeneralRe: difference between abstract class and interface Pin
Balaji_Reddy19-Apr-10 4:49
Balaji_Reddy19-Apr-10 4:49 
GeneralRe: difference between abstract class and interface Pin
Richard MacCutchan19-Apr-10 5:01
mveRichard MacCutchan19-Apr-10 5:01 
GeneralRe: difference between abstract class and interface Pin
Eddy Vluggen19-Apr-10 5:32
professionalEddy Vluggen19-Apr-10 5:32 
GeneralRe: difference between abstract class and interface Pin
Luc Pattyn19-Apr-10 6:28
sitebuilderLuc Pattyn19-Apr-10 6:28 
AnswerRe: difference between abstract class and interface Pin
Peace ON19-Apr-10 6:27
Peace ON19-Apr-10 6:27 

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.