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

C#

 
Questionform cast Pin
md_refay25-Nov-07 22:56
md_refay25-Nov-07 22:56 
AnswerRe: form cast Pin
NanaAM26-Nov-07 0:18
NanaAM26-Nov-07 0:18 
QuestionDifferent type of class Instantiation - C# 3.5 Pin
N a v a n e e t h25-Nov-07 22:46
N a v a n e e t h25-Nov-07 22:46 
AnswerRe: Different type of class Instantiation - C# 3.5 Pin
darkelv25-Nov-07 23:03
darkelv25-Nov-07 23:03 
GeneralRe: Different type of class Instantiation - C# 3.5 Pin
N a v a n e e t h25-Nov-07 23:15
N a v a n e e t h25-Nov-07 23:15 
GeneralRe: Different type of class Instantiation - C# 3.5 Pin
N a v a n e e t h25-Nov-07 23:50
N a v a n e e t h25-Nov-07 23:50 
Questionhow to show image in ListView ColumnHeader Pin
VenkataRamana.Gali25-Nov-07 22:30
VenkataRamana.Gali25-Nov-07 22:30 
AnswerRe: how to show image in ListView ColumnHeader Pin
TJoe26-Nov-07 2:07
TJoe26-Nov-07 2:07 
Questionenable the menus Pin
keyto25-Nov-07 22:27
keyto25-Nov-07 22:27 
AnswerRe: enable the menus Pin
Pete O'Hanlon25-Nov-07 23:48
mvePete O'Hanlon25-Nov-07 23:48 
Questionhow to ZIP and UNZIP in C# Pin
E_Gold25-Nov-07 22:19
E_Gold25-Nov-07 22:19 
AnswerRe: how to ZIP and UNZIP in C# Pin
VenkataRamana.Gali25-Nov-07 22:37
VenkataRamana.Gali25-Nov-07 22:37 
AnswerRe: how to ZIP and UNZIP in C# Pin
Martin#25-Nov-07 22:55
Martin#25-Nov-07 22:55 
AnswerRe: how to ZIP and UNZIP in C# Pin
Sandeep Kumar25-Nov-07 23:38
Sandeep Kumar25-Nov-07 23:38 
QuestionUpdating multiple base data Pin
Nitin.raj25-Nov-07 22:13
Nitin.raj25-Nov-07 22:13 
AnswerRe: Updating multiple base data Pin
Aftab Sindhi26-Nov-07 5:07
Aftab Sindhi26-Nov-07 5:07 
You have 2 options.
1. Don't use INNER JOIN in your query. Get both tables separately and make relation between them at .NET level. Here you can select like a INNER JOIN only related records in both tables.
2. Don't generate and get INSERT or UPDATE command from Command Builder. Build manually INSERT or UPDATE commands for the ADAPTER.

For more information on these approaches GOOGLE.

Regards

QuestionWindows service Pin
dan!sh 25-Nov-07 22:03
professional dan!sh 25-Nov-07 22:03 
AnswerRe: Windows service Pin
schoetbi26-Nov-07 10:35
schoetbi26-Nov-07 10:35 
Questionhow i can connect useres to the databas [modified] Pin
yemen_programmer25-Nov-07 21:41
yemen_programmer25-Nov-07 21:41 
AnswerRe: how i can connect useres to the databas Pin
Pete O'Hanlon25-Nov-07 21:49
mvePete O'Hanlon25-Nov-07 21:49 
AnswerRe: how i can connect useres to the databas Pin
Christian Graus25-Nov-07 21:49
protectorChristian Graus25-Nov-07 21:49 
QuestionDropdownlist Pin
minniemooo25-Nov-07 21:07
minniemooo25-Nov-07 21:07 
AnswerRe: Dropdownlist Pin
Christian Graus25-Nov-07 21:31
protectorChristian Graus25-Nov-07 21:31 
QuestionHow to add Combobox's item Pin
jason_mf25-Nov-07 21:00
jason_mf25-Nov-07 21:00 
AnswerRe: How to add Combobox's item Pin
Pankaj - Joshi25-Nov-07 21:15
Pankaj - Joshi25-Nov-07 21:15 

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.