Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: Socket Connections Pin
Mark Salsbery22-Dec-08 7:52
Mark Salsbery22-Dec-08 7:52 
QuestionRuntime Report Formating.... Pin
zeeShan anSari21-Dec-08 23:40
zeeShan anSari21-Dec-08 23:40 
QuestionMark field in child class as NonSerialized Pin
Dust Signs21-Dec-08 23:34
Dust Signs21-Dec-08 23:34 
AnswerRe: Mark field in child class as NonSerialized Pin
deyaert21-Dec-08 23:42
deyaert21-Dec-08 23:42 
GeneralRe: Mark field in child class as NonSerialized Pin
Dust Signs21-Dec-08 23:51
Dust Signs21-Dec-08 23:51 
GeneralRe: Mark field in child class as NonSerialized Pin
deyaert22-Dec-08 0:31
deyaert22-Dec-08 0:31 
GeneralRe: Mark field in child class as NonSerialized Pin
Dust Signs22-Dec-08 0:39
Dust Signs22-Dec-08 0:39 
GeneralRe: Mark field in child class as NonSerialized Pin
deyaert22-Dec-08 0:58
deyaert22-Dec-08 0:58 
maybe something like this could be usefull?!

[OnDeserializing()]
internal void OnDeserializingMethod(StreamingContext context)
{
this.nonserializedmember = reInitialise();
foreach (Child c in this.childs) {
child.newNonserializedValue = this.nonserializedmember;
}
}
GeneralRe: Mark field in child class as NonSerialized Pin
Dust Signs22-Dec-08 1:01
Dust Signs22-Dec-08 1:01 
GeneralRe: Mark field in child class as NonSerialized Pin
deyaert22-Dec-08 1:02
deyaert22-Dec-08 1:02 
QuestionHow can I update rows in a table using OLEDB in C#? Pin
dliviu21-Dec-08 22:39
dliviu21-Dec-08 22:39 
AnswerRe: How can I update rows in a table using OLEDB in C#? Pin
Christian Graus21-Dec-08 22:45
protectorChristian Graus21-Dec-08 22:45 
GeneralRe: How can I update rows in a table using OLEDB in C#? Pin
dliviu21-Dec-08 22:55
dliviu21-Dec-08 22:55 
GeneralRe: How can I update rows in a table using OLEDB in C#? Pin
Christian Graus21-Dec-08 23:04
protectorChristian Graus21-Dec-08 23:04 
QuestionException of file encryption using c# Pin
cat ang21-Dec-08 21:04
cat ang21-Dec-08 21:04 
AnswerRe: Exception of file encryption using c# Pin
Christian Graus21-Dec-08 22:42
protectorChristian Graus21-Dec-08 22:42 
GeneralRe: Exception of file encryption using c# Pin
cat ang22-Dec-08 2:16
cat ang22-Dec-08 2:16 
GeneralRe: Exception of file encryption using c# Pin
Colin Angus Mackay22-Dec-08 2:48
Colin Angus Mackay22-Dec-08 2:48 
AnswerRe: Exception of file encryption using c# Pin
Colin Angus Mackay22-Dec-08 2:46
Colin Angus Mackay22-Dec-08 2:46 
GeneralRe: Exception of file encryption using c# Pin
cat ang22-Dec-08 4:03
cat ang22-Dec-08 4:03 
Questionzedgraph Pin
hamidhakimi21-Dec-08 21:04
hamidhakimi21-Dec-08 21:04 
AnswerRe: zedgraph Pin
Garth J Lancaster21-Dec-08 22:35
professionalGarth J Lancaster21-Dec-08 22:35 
Questionhow to identify the button which is clicked Pin
prasadbuddhika21-Dec-08 20:28
prasadbuddhika21-Dec-08 20:28 
AnswerRe: how to identify the button which is clicked Pin
N a v a n e e t h21-Dec-08 20:41
N a v a n e e t h21-Dec-08 20:41 
AnswerRe: how to identify the button which is clicked Pin
Christian Graus21-Dec-08 20:51
protectorChristian Graus21-Dec-08 20:51 

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.