Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 5:25
professionalRichard Andrew x6411-Jul-12 5:25 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 6:29
BobJanova11-Jul-12 6:29 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 8:18
professionalRichard Andrew x6411-Jul-12 8:18 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Pete O'Hanlon11-Jul-12 8:35
mvePete O'Hanlon11-Jul-12 8:35 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 23:21
BobJanova11-Jul-12 23:21 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
PIEBALDconsult11-Jul-12 3:37
mvePIEBALDconsult11-Jul-12 3:37 
QuestionPassing an object through different window classes in Windows Forms Pin
nstk11-Jul-12 0:55
nstk11-Jul-12 0:55 
AnswerRe: Passing an object through different window classes in Windows Forms Pin
Pete O'Hanlon11-Jul-12 1:02
mvePete O'Hanlon11-Jul-12 1:02 
If all you are trying to do is to pass the Students class through to your second form, you simply need to make sure you have added this into your StudentsData form before you call ShowDialog. Now, you could do this by passing it in a constructor in StudentsData, or you could simply expose a property that accepts StudentsData. Depending on what you are trying to achieve with this, I would choose the property because you are probably going to want to be reading the contents of this after your dialog has closed.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk11-Jul-12 3:47
nstk11-Jul-12 3:47 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
DaveyM6911-Jul-12 4:02
professionalDaveyM6911-Jul-12 4:02 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk12-Jul-12 1:36
nstk12-Jul-12 1:36 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk12-Jul-12 1:44
nstk12-Jul-12 1:44 
AnswerRe: Passing an object through different window classes in Windows Forms Pin
BobJanova11-Jul-12 2:41
BobJanova11-Jul-12 2:41 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk14-Jul-12 7:40
nstk14-Jul-12 7:40 
QuestionData to and from object? Pin
Ronnie_B11-Jul-12 0:55
Ronnie_B11-Jul-12 0:55 
QuestionShared memory Applicaion <->Service Pin
Sebastian_G11-Jul-12 0:07
Sebastian_G11-Jul-12 0:07 
QuestionCan I Apply Autocomplete to the master page in asp.net Pin
Nitin_Kadam10-Jul-12 22:50
Nitin_Kadam10-Jul-12 22:50 
AnswerRe: Can I Apply Autocomplete to the master page in asp.net Pin
DaveyM6911-Jul-12 0:03
professionalDaveyM6911-Jul-12 0:03 
QuestionUsing Dotnet Login code in HTML doc Pin
ASPnoob10-Jul-12 21:35
ASPnoob10-Jul-12 21:35 
AnswerRe: Using Dotnet Login code in HTML doc Pin
AmitGajjar10-Jul-12 22:08
professionalAmitGajjar10-Jul-12 22:08 
AnswerRe: Using Dotnet Login code in HTML doc Pin
BobJanova11-Jul-12 2:06
BobJanova11-Jul-12 2:06 
GeneralRe: Using Dotnet Login code in HTML doc Pin
ASPnoob11-Jul-12 3:08
ASPnoob11-Jul-12 3:08 
GeneralRe: Using Dotnet Login code in HTML doc Pin
BobJanova11-Jul-12 4:36
BobJanova11-Jul-12 4:36 
QuestionDelete Excel File Pin
Member 916988710-Jul-12 21:08
Member 916988710-Jul-12 21:08 
AnswerRe: Delete Excel File Pin
Richard MacCutchan10-Jul-12 21:16
mveRichard MacCutchan10-Jul-12 21:16 

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.