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

C#

 
QuestionAdobe Reader licensing question Pin
standgale17-Jan-07 11:49
standgale17-Jan-07 11:49 
AnswerRe: Adobe Reader licensing question Pin
Luc Pattyn17-Jan-07 16:30
sitebuilderLuc Pattyn17-Jan-07 16:30 
QuestionRun Commands On Other Computers Pin
MartyExodus17-Jan-07 11:26
MartyExodus17-Jan-07 11:26 
AnswerRe: Run Commands On Other Computers Pin
Christian Graus17-Jan-07 11:52
protectorChristian Graus17-Jan-07 11:52 
AnswerRe: Run Commands On Other Computers [modified] Pin
MartyExodus17-Jan-07 12:16
MartyExodus17-Jan-07 12:16 
QuestionGetting Row Index for Current Row on DataGridView Pin
Jawa200617-Jan-07 11:18
Jawa200617-Jan-07 11:18 
QuestionHow to control tooltip display time on DataGridView Pin
smcneese17-Jan-07 10:09
smcneese17-Jan-07 10:09 
QuestionHow to show a child relation column into parent DatagridView ? Pin
Marcos Hernandez17-Jan-07 10:05
Marcos Hernandez17-Jan-07 10:05 
Hi,

Im trying to clarify whats the best method to join columns from 2 datatables which have a relation into one DataGridView.

Example:

Customers Table:
id
name
id_country

Countrys:
id
name

Then I have them linked using DataRelation and my DataGridView points to the Customers Table, datagrid wizard shows only fields from Customers Table and the only way I know to add them to the view is changing the select query of the DataAdaptor doing a join like:

Select customer.id,customer.name,customer.id_country,countrys.name FROM customer,country WHERE customer.id_country=country.id;

or using the inner join...

But is there a better way in C# to do it without changing the main query of the dataapapter, i saw something called Child() in Expressions , but was imposible to put it working.

Thanx in advance,
QuestionLabel Control Size Problem ..? Pin
Software_Specialist17-Jan-07 10:04
Software_Specialist17-Jan-07 10:04 
AnswerRe: Label Control Size Problem ..? Pin
Christian Graus17-Jan-07 11:52
protectorChristian Graus17-Jan-07 11:52 
QuestionOnEnabledChanged() override never called? Pin
mike montagne17-Jan-07 9:44
mike montagne17-Jan-07 9:44 
QuestionString Manipulations – Stripping a string Pin
Ryno Burger17-Jan-07 9:13
Ryno Burger17-Jan-07 9:13 
AnswerRe: String Manipulations – Stripping a string Pin
Christian Graus17-Jan-07 9:25
protectorChristian Graus17-Jan-07 9:25 
GeneralRe: String Manipulations – Stripping a string Pin
Ryno Burger17-Jan-07 17:39
Ryno Burger17-Jan-07 17:39 
GeneralRe: String Manipulations – Stripping a string Pin
Christian Graus17-Jan-07 18:02
protectorChristian Graus17-Jan-07 18:02 
AnswerRe: String Manipulations – Stripping a string Pin
Luc Pattyn17-Jan-07 9:31
sitebuilderLuc Pattyn17-Jan-07 9:31 
GeneralRe: String Manipulations – Stripping a string Pin
Ryno Burger17-Jan-07 17:42
Ryno Burger17-Jan-07 17:42 
AnswerRe: String Manipulations – Stripping a string Pin
Bassam Saoud17-Jan-07 9:47
Bassam Saoud17-Jan-07 9:47 
QuestionHow to get Visual C# Working Pin
max2929717-Jan-07 8:04
max2929717-Jan-07 8:04 
AnswerRe: How to get Visual C# Working Pin
Colin Angus Mackay17-Jan-07 9:46
Colin Angus Mackay17-Jan-07 9:46 
GeneralRe: How to get Visual C# Working Pin
max2929717-Jan-07 9:59
max2929717-Jan-07 9:59 
QuestionGet HTML textbox value in code-behind Pin
Bobb198217-Jan-07 7:49
Bobb198217-Jan-07 7:49 
AnswerRe: Get HTML textbox value in code-behind Pin
Dustin Metzgar17-Jan-07 8:14
Dustin Metzgar17-Jan-07 8:14 
GeneralRe: Get HTML textbox value in code-behind Pin
Bobb198217-Jan-07 8:26
Bobb198217-Jan-07 8:26 
GeneralRe: Get HTML textbox value in code-behind Pin
Dustin Metzgar17-Jan-07 8:45
Dustin Metzgar17-Jan-07 8:45 

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.