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

C#

 
AnswerRe: Write a save repport on txt file Pin
Colin Angus Mackay4-Jul-09 8:39
Colin Angus Mackay4-Jul-09 8:39 
AnswerRe: Write a save repport on txt file Pin
Anthony Mushrow4-Jul-09 8:44
professionalAnthony Mushrow4-Jul-09 8:44 
QuestionDrag & Drop problem Pin
ADRENALIN20064-Jul-09 7:27
ADRENALIN20064-Jul-09 7:27 
AnswerRe: Drag & Drop problem Pin
Luc Pattyn4-Jul-09 8:21
sitebuilderLuc Pattyn4-Jul-09 8:21 
GeneralRe: Drag & Drop problem Pin
ADRENALIN20065-Jul-09 5:09
ADRENALIN20065-Jul-09 5:09 
QuestionSplitting string in blocks of 16 Pin
GauravKP4-Jul-09 2:37
professionalGauravKP4-Jul-09 2:37 
AnswerRe: Splitting string in blocks of 16 Pin
Colin Angus Mackay4-Jul-09 2:45
Colin Angus Mackay4-Jul-09 2:45 
QuestionDataGrid showing multiple columns in C# 2003 [modified] Pin
Viper-Eyes4-Jul-09 2:08
Viper-Eyes4-Jul-09 2:08 
Hello Guys :

i really in a deep trouble an tried many way to solve it but couldn't find a solution.

1st am getting my data from xml file....when my application load the dataset reads the data from the xml file.

in the xml file i have two tables : (Product) and (ProductInfo)

tables product consist of (ID"Pk",Type).
and productInfo consist of (ID,Description,Brand,PructType"Fk").

there is a relation between those two tables.

now the problem is i want to show the table (ProductInfo) in the Daragrid but get the type from the Product Table.in other words i want to show coulmns from multiple tables in 1 Datagrid and in 1 view through the relation.i mean i want the Datagrid to view (ID,Description,Brand,Type)
the first 3 from ProductInfoTable an the last one from the Product table.

to be exact i want to do something like the "JOIN" function in SQL Server.

i did that before but i was using SQL Server Database and made View and selected teh coulmns i needed from different tables and the view were like another new table but with the two tables data....and i selected the datasource infor my datagrid that View and with table styles i hid what i wanted to hid.but even now tablestyles not working.....any help or idea will be apprciated.

modified on Saturday, July 4, 2009 8:21 AM

QuestionHttp Header code (example 200,404,..) Pin
Nafiseh Salmani3-Jul-09 22:33
Nafiseh Salmani3-Jul-09 22:33 
AnswerRe: Http Header code (example 200,404,..) Pin
Colin Angus Mackay4-Jul-09 1:08
Colin Angus Mackay4-Jul-09 1:08 
QuestionRe: Http Header code (example 200,404,..) Pin
Nafiseh Salmani4-Jul-09 1:36
Nafiseh Salmani4-Jul-09 1:36 
AnswerRe: Http Header code (example 200,404,..) Pin
Henry Minute4-Jul-09 1:46
Henry Minute4-Jul-09 1:46 
JokeRe: Http Header code (example 200,404,..) Pin
Colin Angus Mackay4-Jul-09 2:18
Colin Angus Mackay4-Jul-09 2:18 
GeneralRe: Http Header code (example 200,404,..) Pin
Henry Minute4-Jul-09 3:28
Henry Minute4-Jul-09 3:28 
GeneralRe: Http Header code (example 200,404,..) Pin
Nafiseh Salmani4-Jul-09 4:17
Nafiseh Salmani4-Jul-09 4:17 
QuestionGet Error Number in C# Pin
Anubhava Dimri3-Jul-09 22:19
Anubhava Dimri3-Jul-09 22:19 
AnswerRe: Get Error Number in C# Pin
DaveyM693-Jul-09 22:37
professionalDaveyM693-Jul-09 22:37 
GeneralRe: Get Error Number in C# Pin
Anubhava Dimri4-Jul-09 1:33
Anubhava Dimri4-Jul-09 1:33 
GeneralRe: Get Error Number in C# Pin
Colin Angus Mackay4-Jul-09 2:31
Colin Angus Mackay4-Jul-09 2:31 
GeneralRe: Get Error Number in C# Pin
Anubhava Dimri4-Jul-09 2:37
Anubhava Dimri4-Jul-09 2:37 
GeneralRe: Get Error Number in C# Pin
DaveyM694-Jul-09 5:09
professionalDaveyM694-Jul-09 5:09 
AnswerRe: Get Error Number in C# Pin
Henry Minute4-Jul-09 0:00
Henry Minute4-Jul-09 0:00 
GeneralRe: Get Error Number in C# Pin
OriginalGriff4-Jul-09 0:42
mveOriginalGriff4-Jul-09 0:42 
GeneralRe: Get Error Number in C# Pin
Anubhava Dimri4-Jul-09 1:34
Anubhava Dimri4-Jul-09 1:34 
GeneralRe: Get Error Number in C# Pin
Colin Angus Mackay4-Jul-09 2:33
Colin Angus Mackay4-Jul-09 2:33 

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.