Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Why Don't Change Server Time? (Please Help, It is very urgent) Pin
J4amieC30-Sep-09 3:59
J4amieC30-Sep-09 3:59 
GeneralRe: Why Don't Change Server Time? (Please Help, It is very urgent) Pin
Hamid Khezeli30-Sep-09 4:11
Hamid Khezeli30-Sep-09 4:11 
GeneralRe: Why Don't Change Server Time? (Please Help, It is very urgent) Pin
J4amieC30-Sep-09 4:43
J4amieC30-Sep-09 4:43 
GeneralRe: Why Don't Change Server Time? (Please Help, It is very urgent) Pin
Hamid Khezeli30-Sep-09 12:30
Hamid Khezeli30-Sep-09 12:30 
AnswerCP IGNORE: Cross Post (3 forums) Pin
leckey30-Sep-09 6:24
leckey30-Sep-09 6:24 
Questionretrieve data from tableadapter in for selected value in combobox Pin
kalevikas30-Sep-09 2:48
kalevikas30-Sep-09 2:48 
AnswerRe: retrieve data from tableadapter in for selected value in combobox Pin
Henry Minute30-Sep-09 2:56
Henry Minute30-Sep-09 2:56 
AnswerRe: retrieve data from tableadapter in for selected value in combobox Pin
Mycroft Holmes30-Sep-09 13:24
professionalMycroft Holmes30-Sep-09 13:24 
Questionnumbers in words in crystal report Pin
Enobong Adahada30-Sep-09 2:45
Enobong Adahada30-Sep-09 2:45 
Questionlandscape page in crystal report Pin
Enobong Adahada30-Sep-09 2:40
Enobong Adahada30-Sep-09 2:40 
QuestionHow to read a message of class IPM.Note.SMIME.MultipartSigned in c# using CDO Pin
Nitesh Malik30-Sep-09 2:39
Nitesh Malik30-Sep-09 2:39 
QuestionHow to translate Win32 error codes Pin
Jörgen Sigvardsson30-Sep-09 2:00
Jörgen Sigvardsson30-Sep-09 2:00 
AnswerRe: How to translate Win32 error codes Pin
stancrm30-Sep-09 2:04
stancrm30-Sep-09 2:04 
GeneralRe: How to translate Win32 error codes Pin
Jörgen Sigvardsson30-Sep-09 2:08
Jörgen Sigvardsson30-Sep-09 2:08 
GeneralRe: How to translate Win32 error codes Pin
Martijn van Kleef8-Dec-10 22:53
Martijn van Kleef8-Dec-10 22:53 
AnswerRe: How to translate Win32 error codes Pin
Luc Pattyn30-Sep-09 2:11
sitebuilderLuc Pattyn30-Sep-09 2:11 
GeneralRe: How to translate Win32 error codes Pin
Jörgen Sigvardsson30-Sep-09 2:13
Jörgen Sigvardsson30-Sep-09 2:13 
GeneralRe: How to translate Win32 error codes Pin
Luc Pattyn30-Sep-09 2:20
sitebuilderLuc Pattyn30-Sep-09 2:20 
QuestionProblem In Window Services in C# Pin
Anudeep Jaiswal - MCA30-Sep-09 1:34
Anudeep Jaiswal - MCA30-Sep-09 1:34 
AnswerRe: Problem In Window Services in C# Pin
SeMartens30-Sep-09 1:44
SeMartens30-Sep-09 1:44 
QuestionHow to load entity properties conditionally Pin
Vikas Misra(TCS)30-Sep-09 1:24
Vikas Misra(TCS)30-Sep-09 1:24 
Hi,
Suppose i have an entity class which belongs to version table in the database having following properties for the fileds(columns)
#region Properties
private string _Program;

public string Program
{
get { return _Program; }
set { _Program = value; }
}

private string _AllowVersion;

public string AllowVersion
{
get { return _AllowVersion; }
set { _AllowVersion = value; }
}
#endregion

Suppose in a method i need to pass only one property so i will have to intitalize Entity class of version
which will have two properties but i need only one.
Do we have any way to tell version entity class that only load AllowVersion property only while initializing version entity and discard rest of the properties i.e my VersionEntity object must have only
one field.

I guess the only possible ways could be attributes or reflection. If possible please provide code snippet
to achieve this.
Is it possible to do this without performance cost??

Thanks In Advance
QuestionHow Can I Create Printer Pin
Anubhava Dimri30-Sep-09 1:00
Anubhava Dimri30-Sep-09 1:00 
AnswerRe: How Can I Create Printer Pin
Wes Aday30-Sep-09 1:13
professionalWes Aday30-Sep-09 1:13 
AnswerRe: How Can I Create Printer Pin
Richard MacCutchan30-Sep-09 1:14
mveRichard MacCutchan30-Sep-09 1:14 
Questionfile can be write on XP but can not on VISTA Pin
khosnur30-Sep-09 0:46
khosnur30-Sep-09 0:46 

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.