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

C#

 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
kssknov9-Jan-08 18:13
kssknov9-Jan-08 18:13 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
Pete O'Hanlon8-Jan-08 21:38
mvePete O'Hanlon8-Jan-08 21:38 
GeneralStored Procedure in RDLC reports Pin
salman_syed_018-Jan-08 19:03
salman_syed_018-Jan-08 19:03 
GeneralRe: Stored Procedure in RDLC reports Pin
Paul Conrad26-Jan-08 6:53
professionalPaul Conrad26-Jan-08 6:53 
GeneralRe: Stored Procedure in RDLC reports Pin
miktom9-Feb-10 4:01
miktom9-Feb-10 4:01 
GeneralSub query issue... Pin
Krishna Varadharajan8-Jan-08 18:58
Krishna Varadharajan8-Jan-08 18:58 
GeneralRe: Sub query issue... Pin
Paul Conrad26-Jan-08 6:53
professionalPaul Conrad26-Jan-08 6:53 
GeneralSub query issue... Pin
Krishna Varadharajan8-Jan-08 18:39
Krishna Varadharajan8-Jan-08 18:39 
HI,

I have given the sub query like this....

SELECT DISTINCT product1 FROM onlinegoa2 WHERE(product2 IN(SELECT DISTINCT product2 FROM onlinegoa2 AS onlinegoa2_1)) OR (product3 IN (SELECT DISTINCT onlinegoa2.product3 FROM onlinegoa3)) OR (product4 IN (SELECT DISTINCT product4 FROM onlinegoa2 AS onlinegoa2_2))


Its working but iam getting the output data's only from product1 and product2....i has to display up to product10....can u pls help me display all the product columns.

krishna
GeneralRe: Sub query issue... Pin
Paul Conrad26-Jan-08 6:54
professionalPaul Conrad26-Jan-08 6:54 
QuestionHow to set the Form of a C# assembly as a child to COM Compatible Forms? Pin
ss4318-Jan-08 18:25
ss4318-Jan-08 18:25 
AnswerRe: How to set the Form of a C# assembly as a child to COM Compatible Forms? Pin
Paul Conrad26-Jan-08 6:54
professionalPaul Conrad26-Jan-08 6:54 
GeneralSharePoint WebService Help Pin
md Nazeem8-Jan-08 18:21
md Nazeem8-Jan-08 18:21 
GeneralNeed C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 18:01
MS Lee8-Jan-08 18:01 
GeneralRe: Need C# sample , practical questions using control structures... Pin
Christian Graus8-Jan-08 18:35
protectorChristian Graus8-Jan-08 18:35 
GeneralRe: Need C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 19:15
MS Lee8-Jan-08 19:15 
GeneralRe: Need C# sample , practical questions using control structures... Pin
Christian Graus8-Jan-08 19:18
protectorChristian Graus8-Jan-08 19:18 
GeneralRe: Need C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 21:56
MS Lee8-Jan-08 21:56 
GeneralRe: Need C# sample , practical questions using control structures... Pin
Vasudevan Deepak Kumar8-Jan-08 22:13
Vasudevan Deepak Kumar8-Jan-08 22:13 
Generalto apply styles for grid control Pin
chithra.r8-Jan-08 17:52
chithra.r8-Jan-08 17:52 
QuestionLoadTypeLib() not working for C# Class Library dll Pin
Member 42194198-Jan-08 17:36
Member 42194198-Jan-08 17:36 
GeneralUsing User-Defined controls Pin
Member 7816108-Jan-08 16:50
Member 7816108-Jan-08 16:50 
GeneralRe: Using User-Defined controls Pin
Christian Graus8-Jan-08 18:35
protectorChristian Graus8-Jan-08 18:35 
GeneralRe: Using User-Defined controls Pin
Member 7816108-Jan-08 18:50
Member 7816108-Jan-08 18:50 
QuestionSQL Database pictures in datagridview Pin
Jacob Dixon8-Jan-08 15:45
Jacob Dixon8-Jan-08 15:45 
GeneralRe: SQL Database pictures in datagridview Pin
cola19738-Jan-08 20:48
cola19738-Jan-08 20:48 

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.