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

C#

 
QuestionDynamically Insert single record into MS access from SQL server Pin
Member 928738129-Jul-12 6:39
Member 928738129-Jul-12 6:39 
AnswerRe: Dynamically Insert single record into MS access from SQL server Pin
Trak4Net29-Jul-12 12:09
Trak4Net29-Jul-12 12:09 
AnswerRe: Dynamically Insert single record into MS access from SQL server Pin
BobJanova29-Jul-12 23:31
BobJanova29-Jul-12 23:31 
GeneralRe: Dynamically Insert single record into MS access from SQL server Pin
PIEBALDconsult30-Jul-12 3:47
mvePIEBALDconsult30-Jul-12 3:47 
Questiondata transfer Pin
rizaaltinok29-Jul-12 0:20
rizaaltinok29-Jul-12 0:20 
GeneralRe: data transfer Pin
Abhinav S29-Jul-12 0:27
Abhinav S29-Jul-12 0:27 
GeneralRe: data transfer Pin
BillWoodruff29-Jul-12 19:04
professionalBillWoodruff29-Jul-12 19:04 
AnswerRe: data transfer Pin
Dave Kreskowiak29-Jul-12 3:40
mveDave Kreskowiak29-Jul-12 3:40 
That depends on what you're transferring and why.

There are various methods to do so, some more appropriate than others depending on what your application is doing.

Form2 could expose properties that your Form1 code sets, or you could use delegates to pass data to a method on Form2, or both forms could be using the same data object where Form1 sets some values in this object and Form2 picks it up by some notification method the data object exposes, ...

GeneralRe: data transfer Pin
BillWoodruff29-Jul-12 18:19
professionalBillWoodruff29-Jul-12 18:19 
GeneralRe: data transfer Pin
Abhinav S29-Jul-12 22:39
Abhinav S29-Jul-12 22:39 
GeneralRe: data transfer Pin
Dave Kreskowiak30-Jul-12 2:16
mveDave Kreskowiak30-Jul-12 2:16 
Questionbmp & gif convert to led dot matrix display with c# Pin
hosseinzpp28-Jul-12 21:27
hosseinzpp28-Jul-12 21:27 
AnswerRe: bmp & gif convert to led dot matrix display with c# Pin
OriginalGriff28-Jul-12 21:58
mveOriginalGriff28-Jul-12 21:58 
AnswerRe: bmp & gif convert to led dot matrix display with c# Pin
Abhinav S28-Jul-12 22:20
Abhinav S28-Jul-12 22:20 
AnswerRe: bmp & gif convert to led dot matrix display with c# Pin
Dave Kreskowiak29-Jul-12 3:38
mveDave Kreskowiak29-Jul-12 3:38 
GeneralRe: bmp & gif convert to led dot matrix display with c# Pin
yoaz30-Jul-12 5:06
yoaz30-Jul-12 5:06 
GeneralRe: bmp & gif convert to led dot matrix display with c# Pin
Pete O'Hanlon30-Jul-12 5:36
mvePete O'Hanlon30-Jul-12 5:36 
GeneralRe: bmp & gif convert to led dot matrix display with c# Pin
Dave Kreskowiak30-Jul-12 8:18
mveDave Kreskowiak30-Jul-12 8:18 
QuestionAdding InnerText of Child Nodes having same tags into a list. Pin
faiza.butt8927-Jul-12 23:20
faiza.butt8927-Jul-12 23:20 
AnswerRe: Adding InnerText of Child Nodes having same tags into a list. Pin
OriginalGriff28-Jul-12 0:48
mveOriginalGriff28-Jul-12 0:48 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
faiza.butt8928-Jul-12 6:07
faiza.butt8928-Jul-12 6:07 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
OriginalGriff28-Jul-12 21:07
mveOriginalGriff28-Jul-12 21:07 
AnswerRe: Adding InnerText of Child Nodes having same tags into a list. Pin
PIEBALDconsult28-Jul-12 5:16
mvePIEBALDconsult28-Jul-12 5:16 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
faiza.butt8928-Jul-12 6:11
faiza.butt8928-Jul-12 6:11 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
PIEBALDconsult29-Jul-12 16:30
mvePIEBALDconsult29-Jul-12 16:30 

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.