Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Manipulate a 160 char text message Pin
Keith Barrow29-Sep-09 0:01
professionalKeith Barrow29-Sep-09 0:01 
GeneralRe: Manipulate a 160 char text message Pin
Md. Marufuzzaman29-Sep-09 0:18
professionalMd. Marufuzzaman29-Sep-09 0:18 
QuestionClient - Server application using sockets? Pin
$uresh $hanmugam28-Sep-09 21:41
$uresh $hanmugam28-Sep-09 21:41 
AnswerRe: Client - Server application using sockets? Pin
stancrm28-Sep-09 22:03
stancrm28-Sep-09 22:03 
GeneralRe: Client - Server application using sockets? Pin
$uresh $hanmugam28-Sep-09 23:56
$uresh $hanmugam28-Sep-09 23:56 
GeneralRe: Client - Server application using sockets? crosspost Pin
Richard MacCutchan29-Sep-09 0:19
mveRichard MacCutchan29-Sep-09 0:19 
GeneralRe: Client - Server application using sockets? crosspost Pin
$uresh $hanmugam29-Sep-09 0:20
$uresh $hanmugam29-Sep-09 0:20 
AnswerRe: Client - Server application using sockets? Pin
SeMartens29-Sep-09 0:30
SeMartens29-Sep-09 0:30 
QuestionHow to change camera serttings in C#? Pin
Galonas28-Sep-09 21:18
Galonas28-Sep-09 21:18 
AnswerRe: How to change camera serttings in C#? Pin
Christian Graus28-Sep-09 21:24
protectorChristian Graus28-Sep-09 21:24 
QuestionUsing Nero from CSharp Pin
SenthilKM14328-Sep-09 20:47
SenthilKM14328-Sep-09 20:47 
AnswerRe: Using Nero from CSharp Pin
Christian Graus28-Sep-09 21:23
protectorChristian Graus28-Sep-09 21:23 
AnswerRe: Using Nero from CSharp Pin
Dave Kreskowiak29-Sep-09 4:01
mveDave Kreskowiak29-Sep-09 4:01 
Questionhow to access the outlook mail from C#? Pin
MahaKh28-Sep-09 19:23
MahaKh28-Sep-09 19:23 
AnswerRe: how to access the outlook mail from C#? Pin
Christian Graus28-Sep-09 19:49
protectorChristian Graus28-Sep-09 19:49 
AnswerRe: how to access the outlook mail from C#? Pin
Abhijit Jana28-Sep-09 20:41
professionalAbhijit Jana28-Sep-09 20:41 
Questionincrement [modified] Pin
_Q12_28-Sep-09 11:44
_Q12_28-Sep-09 11:44 
AnswerRe: increment Pin
Henry Minute28-Sep-09 12:31
Henry Minute28-Sep-09 12:31 
GeneralRe: increment [modified] Pin
_Q12_28-Sep-09 22:04
_Q12_28-Sep-09 22:04 
GeneralRe: increment Pin
Henry Minute29-Sep-09 0:00
Henry Minute29-Sep-09 0:00 
GeneralRe: increment Pin
DaveyM6929-Sep-09 0:53
professionalDaveyM6929-Sep-09 0:53 
GeneralRe: increment Pin
Henry Minute29-Sep-09 1:25
Henry Minute29-Sep-09 1:25 
AnswerRe: increment Pin
Luc Pattyn29-Sep-09 1:42
sitebuilderLuc Pattyn29-Sep-09 1:42 
QuestionLinking 3 tables to 1 form [modified] Pin
Daniel.J.A28-Sep-09 10:53
Daniel.J.A28-Sep-09 10:53 
Hello,

I am not really sure how I want to do this and I am looking for some suggestions.

I have a sql table and this table "A" and it has 3 text values and an ID and it is bound to 3 text boxes with the id left unbound to the form.
I then have a table "B" that has a 1 to n relationship with the "A" table and it has 2 text boxes and the id to table A and its own ID (this is the table I am not sure how to handle)

Next I have table "C" which has a 1 to n relationship with table "B" on here I have a couple text fields, a decimal field which will be bound to a datagridview.

On a single form I need to display Table A(which is straight forward), B and inside this area i will have the 2 text fields and the datagridview which is actually Table C

I was thinking either tabs or docking panels. The only issue is I am just using the controls from .net
Table B however cannot be a grid.

Thanks

modified on Monday, September 28, 2009 5:01 PM

AnswerRe: Linking 3 tables to 1 form Pin
Henry Minute28-Sep-09 12:03
Henry Minute28-Sep-09 12:03 

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.