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

C#

 
QuestionSorting Data using BindingSource.Sort Pin
Alessandra7730-Jun-08 4:46
Alessandra7730-Jun-08 4:46 
AnswerRe: Sorting Data using BindingSource.Sort Pin
PIEBALDconsult30-Jun-08 5:41
mvePIEBALDconsult30-Jun-08 5:41 
QuestionAuto update of program (Downloading from web) Pin
Casper Hansen30-Jun-08 4:35
Casper Hansen30-Jun-08 4:35 
AnswerRe: Auto update of program (Downloading from web) Pin
User 665830-Jun-08 4:59
User 665830-Jun-08 4:59 
GeneralRe: Auto update of program (Downloading from web) Pin
Casper Hansen30-Jun-08 5:43
Casper Hansen30-Jun-08 5:43 
AnswerRe: Auto update of program (Downloading from web) Pin
Kjetil Svendsen30-Jun-08 22:34
Kjetil Svendsen30-Jun-08 22:34 
QuestionHelp with data update Pin
anton-0930-Jun-08 3:56
anton-0930-Jun-08 3:56 
AnswerRe: Help with data update Pin
Nader Elshehabi30-Jun-08 7:41
Nader Elshehabi30-Jun-08 7:41 
Your design is a bit blur. What I understand form your post is that you combine two tables into one, this is called DataView object which should be in the SQL server layer of your program.

Create a SqlCommand that creates a DataView combining both tables then make your SELECT/UPDATE commands on that view. Both tables will be updated accordingly.

I hope I got you right.

RegardsRose | [Rose]

QuestionRe: Help with data update Pin
anton-0930-Jun-08 17:38
anton-0930-Jun-08 17:38 
QuestionPrevent double-click to resize window Pin
Jørn-Harald P30-Jun-08 2:45
Jørn-Harald P30-Jun-08 2:45 
AnswerRe: Prevent double-click to resize window Pin
Simon P Stevens30-Jun-08 3:12
Simon P Stevens30-Jun-08 3:12 
AnswerRe: Prevent double-click to resize window Pin
DaveyM6930-Jun-08 3:23
professionalDaveyM6930-Jun-08 3:23 
GeneralRe: Prevent double-click to resize window Pin
Simon P Stevens30-Jun-08 3:26
Simon P Stevens30-Jun-08 3:26 
AnswerRe: Prevent double-click to resize window Pin
PIEBALDconsult30-Jun-08 5:06
mvePIEBALDconsult30-Jun-08 5:06 
Questionopen a PDF document with C# Pin
laziale30-Jun-08 2:40
laziale30-Jun-08 2:40 
AnswerRe: open a PDF document with C# Pin
Simon P Stevens30-Jun-08 3:00
Simon P Stevens30-Jun-08 3:00 
AnswerRe: open a PDF document with C# Pin
leppie30-Jun-08 3:13
leppie30-Jun-08 3:13 
GeneralRe: open a PDF document with C# Pin
laziale30-Jun-08 3:25
laziale30-Jun-08 3:25 
GeneralRe: open a PDF document with C# Pin
laziale30-Jun-08 3:39
laziale30-Jun-08 3:39 
AnswerRe: open a PDF document with C# Pin
Thomas Stockwell30-Jun-08 4:49
professionalThomas Stockwell30-Jun-08 4:49 
Questionstoring and retrieving values from a hashtable stored in a session Pin
Member 340288630-Jun-08 2:26
Member 340288630-Jun-08 2:26 
AnswerRe: storing and retrieving values from a hashtable stored in a session Pin
Harvey Saayman30-Jun-08 3:19
Harvey Saayman30-Jun-08 3:19 
GeneralRe: storing and retrieving values from a hashtable stored in a session Pin
Simon P Stevens30-Jun-08 3:23
Simon P Stevens30-Jun-08 3:23 
GeneralRe: storing and retrieving values from a hashtable stored in a session Pin
Harvey Saayman30-Jun-08 3:26
Harvey Saayman30-Jun-08 3:26 
GeneralRe: storing and retrieving values from a hashtable stored in a session Pin
Member 340288630-Jun-08 23:51
Member 340288630-Jun-08 23:51 

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.