Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
Mircea Puiu8-Jan-08 20:32
Mircea Puiu8-Jan-08 20:32 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
M. Aamir Malik8-Jan-08 20:40
M. Aamir Malik8-Jan-08 20:40 
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 
Hi,
I have given subquery like this..

SELECT DISTINCT product1, product2, product3, product4
FROM onlinegoa2
WHERE (product4 IN
(SELECT DISTINCT product4
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 fine, but i have to get the distinct value of product1 to product4...

krishna
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 
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 

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.