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

C#

 
QuestionProblem about bitmap in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 2:15
zeeShan anSari27-Jun-07 2:15 
AnswerRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Martin#27-Jun-07 2:28
Martin#27-Jun-07 2:28 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 3:22
zeeShan anSari27-Jun-07 3:22 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Luc Pattyn27-Jun-07 7:42
sitebuilderLuc Pattyn27-Jun-07 7:42 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Martin#27-Jun-07 19:55
Martin#27-Jun-07 19:55 
AnswerRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Christian Graus27-Jun-07 3:20
protectorChristian Graus27-Jun-07 3:20 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 3:33
zeeShan anSari27-Jun-07 3:33 
QuestionDisplaying data in two grids from three tables Pin
wasife27-Jun-07 1:54
wasife27-Jun-07 1:54 
Dear All,
I have two grids g1 and g2 and three tables t1,t2,t3. Basically there are only two tables t1 & t3 which have many to many relationship between them for which i have created t2. I want to show the data of t1 in g1 and data of t3 in g2 based on selected row of g1.
Can any body tell me how can i do this? Currently i have created two relationships dr1 (between t1 & t2) and dr2 (between t2 & t3) and have databinding like this:

g1.DataSource=t1;

g2.DataSource=t1;
g2.DataMember="dr1.dr2";

This scheme shows the data in g2 but not all the relevant rows in g2 are displayed. Instead just a single row against one row in g1 is displayed.

Kindly give me some guidance in this regard.

Regards,
Wasif Ehsan.
AnswerRe: Displaying data in two grids from three tables Pin
Dave Sexton27-Jun-07 2:36
Dave Sexton27-Jun-07 2:36 
QuestionSet Encoding for Stream Writer Pin
t4ure4n27-Jun-07 1:07
t4ure4n27-Jun-07 1:07 
AnswerRe: Set Encoding for Stream Writer Pin
leppie27-Jun-07 1:10
leppie27-Jun-07 1:10 
GeneralRe: Set Encoding for Stream Writer Pin
t4ure4n27-Jun-07 1:16
t4ure4n27-Jun-07 1:16 
AnswerRe: Set Encoding for Stream Writer Pin
Guffa27-Jun-07 1:21
Guffa27-Jun-07 1:21 
QuestionGraphics to File Pin
pmartike27-Jun-07 0:58
pmartike27-Jun-07 0:58 
AnswerRe: Graphics to File Pin
Guffa27-Jun-07 1:27
Guffa27-Jun-07 1:27 
GeneralRe: Graphics to File Pin
pmartike27-Jun-07 23:25
pmartike27-Jun-07 23:25 
AnswerRe: Graphics to File Pin
Christian Graus27-Jun-07 1:32
protectorChristian Graus27-Jun-07 1:32 
AnswerRe: Graphics to File Pin
zeeShan anSari27-Jun-07 3:56
zeeShan anSari27-Jun-07 3:56 
GeneralRe: Graphics to File Pin
pmartike27-Jun-07 23:40
pmartike27-Jun-07 23:40 
AnswerRe: Graphics to File Pin
Hesham Yassin27-Jun-07 8:10
Hesham Yassin27-Jun-07 8:10 
QuestionWhen shd we make function static in C# Pin
vikasviswan27-Jun-07 0:46
vikasviswan27-Jun-07 0:46 
AnswerRe: When shd we make function static in C# Pin
Vikram A Punathambekar27-Jun-07 0:50
Vikram A Punathambekar27-Jun-07 0:50 
QuestionRe: When shd we make function static in C# Pin
vikasviswan27-Jun-07 0:54
vikasviswan27-Jun-07 0:54 
AnswerRe: When shd we make function static in C# Pin
Martin#27-Jun-07 1:20
Martin#27-Jun-07 1:20 
AnswerRe: When shd we make function static in C# Pin
Vikram A Punathambekar27-Jun-07 2:30
Vikram A Punathambekar27-Jun-07 2:30 

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.