Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
QuestionWhy IsBetweenLabels property only works for AxysType Text? Pin
Thiago Marçal10-Feb-12 8:04
Thiago Marçal10-Feb-12 8:04 
QuestionText Editor Pin
jeramyRR10-Feb-12 6:41
jeramyRR10-Feb-12 6:41 
AnswerRe: Text Editor Pin
Eddy Vluggen10-Feb-12 6:52
professionalEddy Vluggen10-Feb-12 6:52 
GeneralRe: Text Editor Pin
jeramyRR10-Feb-12 7:15
jeramyRR10-Feb-12 7:15 
QuestionGenerating html tree from xml file using XSLT..? Pin
anikbutt2210-Feb-12 6:16
anikbutt2210-Feb-12 6:16 
AnswerRe: Generating html tree from xml file using XSLT..? Pin
jschell10-Feb-12 9:24
jschell10-Feb-12 9:24 
GeneralRe: Generating html tree from xml file using XSLT..? Pin
anikbutt2210-Feb-12 14:18
anikbutt2210-Feb-12 14:18 
GeneralRe: Generating html tree from xml file using XSLT..? Pin
jschell12-Feb-12 7:31
jschell12-Feb-12 7:31 
Questionc# code to convert txt to xls Pin
taurusone10-Feb-12 4:37
taurusone10-Feb-12 4:37 
AnswerRe: c# code to convert txt to xls Pin
Luc Pattyn10-Feb-12 4:40
sitebuilderLuc Pattyn10-Feb-12 4:40 
GeneralRe: c# code to convert txt to xls Pin
taurusone10-Feb-12 4:55
taurusone10-Feb-12 4:55 
AnswerRe: c# code to convert txt to xls Pin
Luc Pattyn10-Feb-12 5:21
sitebuilderLuc Pattyn10-Feb-12 5:21 
AnswerRe: c# code to convert txt to xls Pin
Eddy Vluggen10-Feb-12 5:19
professionalEddy Vluggen10-Feb-12 5:19 
GeneralRe: c# code to convert txt to xls Pin
taurusone10-Feb-12 6:11
taurusone10-Feb-12 6:11 
AnswerRe: c# code to convert txt to xls Pin
Eddy Vluggen10-Feb-12 6:48
professionalEddy Vluggen10-Feb-12 6:48 
GeneralRe: c# code to convert txt to xls Pin
jschell10-Feb-12 9:28
jschell10-Feb-12 9:28 
AnswerRe: c# code to convert txt to xls Pin
Richard MacCutchan10-Feb-12 6:38
mveRichard MacCutchan10-Feb-12 6:38 
AnswerRe: c# code to convert txt to xls Pin
Tim Groven10-Feb-12 7:02
Tim Groven10-Feb-12 7:02 
QuestionHow to dynamically change the gradient of a usercontrol according to the values using c# and wpf Pin
Amalrulezz10-Feb-12 0:05
Amalrulezz10-Feb-12 0:05 
AnswerRe: How to dynamically change the gradient of a usercontrol according to the values using c# and wpf Pin
Pete O'Hanlon10-Feb-12 0:15
mvePete O'Hanlon10-Feb-12 0:15 
Questionexception when serialize binary entity framework objects Pin
Giorgi Nistor9-Feb-12 22:13
Giorgi Nistor9-Feb-12 22:13 
AnswerRe: exception when serialize binary entity framework objects Pin
Pete O'Hanlon9-Feb-12 22:45
mvePete O'Hanlon9-Feb-12 22:45 
Just because you have marked a class as Serializable, this doesn't guarantee that it actually is serializable. If one of the types in the class is not serializable, for instance, then you cannot serialize the object. The exception here is saying that ObjectSet is not serializable.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: exception when serialize binary entity framework objects Pin
Giorgi Nistor9-Feb-12 22:55
Giorgi Nistor9-Feb-12 22:55 
GeneralRe: exception when serialize binary entity framework objects Pin
Pete O'Hanlon9-Feb-12 23:09
mvePete O'Hanlon9-Feb-12 23:09 
GeneralRe: exception when serialize binary entity framework objects Pin
Giorgi Nistor9-Feb-12 23:16
Giorgi Nistor9-Feb-12 23:16 

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.