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

C#

 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
firas_hamzeh3-Aug-10 22:47
firas_hamzeh3-Aug-10 22:47 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
akhil khare3-Aug-10 23:39
akhil khare3-Aug-10 23:39 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
firas_hamzeh4-Aug-10 0:25
firas_hamzeh4-Aug-10 0:25 
QuestionOutlook 2007 Navigation Pane Pin
Sean Robert Wright3-Aug-10 4:05
Sean Robert Wright3-Aug-10 4:05 
AnswerRe: Outlook 2007 Navigation Pane Pin
Ravi Bhavnani3-Aug-10 6:26
professionalRavi Bhavnani3-Aug-10 6:26 
QuestionGenerics problem Pin
kapax53-Aug-10 4:00
kapax53-Aug-10 4:00 
AnswerRe: Generics problem Pin
Ennis Ray Lynch, Jr.3-Aug-10 4:17
Ennis Ray Lynch, Jr.3-Aug-10 4:17 
AnswerRe: Generics problem Pin
Łukasz Nowakowski3-Aug-10 4:20
Łukasz Nowakowski3-Aug-10 4:20 
I don't know if I understand your problem, but if I'm correct, you should do
public class GenericClass<T>
{
    T a;
    public List<T> xxx()
        { .... }
}


If it's not what you want, write about your problem in more details.
Don't forget to rate answer, that helped you. It will allow other people find their answers faster.

GeneralRe: Generics problem Pin
kapax53-Aug-10 4:37
kapax53-Aug-10 4:37 
AnswerRe: Generics problem Pin
DaveyM693-Aug-10 4:40
professionalDaveyM693-Aug-10 4:40 
GeneralRe: Generics problem Pin
kapax53-Aug-10 4:42
kapax53-Aug-10 4:42 
GeneralRe: Generics problem Pin
DaveyM693-Aug-10 4:44
professionalDaveyM693-Aug-10 4:44 
QuestionView Desktop of another pc using C# program Pin
ayandelhi3-Aug-10 3:15
ayandelhi3-Aug-10 3:15 
AnswerRe: View Desktop of another pc using C# program Pin
Dave Kreskowiak3-Aug-10 4:13
mveDave Kreskowiak3-Aug-10 4:13 
QuestionC# program to recover data Pin
ayandelhi3-Aug-10 2:11
ayandelhi3-Aug-10 2:11 
AnswerRe: C# program to recover data Pin
AhsanS3-Aug-10 2:53
AhsanS3-Aug-10 2:53 
GeneralRe: C# program to recover data Pin
ayandelhi3-Aug-10 3:16
ayandelhi3-Aug-10 3:16 
AnswerRe: C# program to recover data Pin
Dave Kreskowiak3-Aug-10 4:11
mveDave Kreskowiak3-Aug-10 4:11 
GeneralRe: C# program to recover data Pin
ayandelhi4-Aug-10 4:38
ayandelhi4-Aug-10 4:38 
GeneralRe: C# program to recover data Pin
Dave Kreskowiak4-Aug-10 15:00
mveDave Kreskowiak4-Aug-10 15:00 
Questionhow to disable selection in context menu Pin
NarVish3-Aug-10 2:02
NarVish3-Aug-10 2:02 
AnswerRe: how to disable selection in context menu Pin
OriginalGriff3-Aug-10 2:18
mveOriginalGriff3-Aug-10 2:18 
AnswerRe: how to disable selection in context menu Pin
EliottA3-Aug-10 2:18
EliottA3-Aug-10 2:18 
Questionvalidate the project Pin
suppot1233-Aug-10 1:25
suppot1233-Aug-10 1:25 
AnswerRe: validate the project Pin
R. Giskard Reventlov3-Aug-10 1:38
R. Giskard Reventlov3-Aug-10 1:38 

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.