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

C#

 
AnswerRe: To make a size of button changeable by mouse Pin
Christian Graus20-Nov-06 8:53
protectorChristian Graus20-Nov-06 8:53 
AnswerRe: To make a size of button changeable by mouse Pin
Eric Dahlvang20-Nov-06 11:03
Eric Dahlvang20-Nov-06 11:03 
GeneralRe: To make a size of button changeable by mouse Pin
wasek200121-Nov-06 21:12
wasek200121-Nov-06 21:12 
Questionnavigation in a tabbed control (from one tab to another) Pin
Rocky#20-Nov-06 7:48
Rocky#20-Nov-06 7:48 
AnswerRe: navigation in a tabbed control (from one tab to another) Pin
Ravi Bhavnani20-Nov-06 8:31
professionalRavi Bhavnani20-Nov-06 8:31 
GeneralRe: navigation in a tabbed control (from one tab to another) Pin
Rocky#21-Nov-06 3:49
Rocky#21-Nov-06 3:49 
Questionerror identification problem Pin
biaali20-Nov-06 7:13
biaali20-Nov-06 7:13 
AnswerRe: error identification problem Pin
Tal Kain20-Nov-06 14:49
Tal Kain20-Nov-06 14:49 
First,
In what point this exception has been thrown?

Second,
from what is looks like in the error itself and in the information from the metadata and http://msdn2.microsoft.com/en-us/library/system.xml.xmlnodelist_members.aspx[^] it looks like XmlNodeList (or the classes it inherit from) doesn't implement the proper interfaces so it could be serialized... and you can't transfer it from your web service to the client...
so it looks like this error leads to finding another way transfering the data Wink | ;)

good luck,
Tal Kain.
QuestionValidating a datagrid Pin
Deepasubramanian20-Nov-06 5:58
Deepasubramanian20-Nov-06 5:58 
AnswerRe: Validating a datagrid Pin
Judah Gabriel Himango20-Nov-06 6:02
sponsorJudah Gabriel Himango20-Nov-06 6:02 
AnswerRe: Validating a datagrid Pin
Deepasubramanian20-Nov-06 14:51
Deepasubramanian20-Nov-06 14:51 
QuestionPassing in an array Pin
Muntyness20-Nov-06 5:31
Muntyness20-Nov-06 5:31 
AnswerRe: Passing in an array Pin
LiquidE_SA20-Nov-06 5:35
LiquidE_SA20-Nov-06 5:35 
GeneralRe: Passing in an array Pin
Muntyness20-Nov-06 5:40
Muntyness20-Nov-06 5:40 
GeneralRe: Passing in an array Pin
LiquidE_SA20-Nov-06 5:45
LiquidE_SA20-Nov-06 5:45 
GeneralRe: Passing in an array Pin
Guffa20-Nov-06 6:20
Guffa20-Nov-06 6:20 
GeneralRe: Passing in an array Pin
Muntyness20-Nov-06 6:57
Muntyness20-Nov-06 6:57 
GeneralRe: Passing in an array Pin
Guffa20-Nov-06 7:22
Guffa20-Nov-06 7:22 
AnswerRe: Passing in an array Pin
dbetting20-Nov-06 13:08
dbetting20-Nov-06 13:08 
GeneralRe: Passing in an array Pin
Muntyness21-Nov-06 3:25
Muntyness21-Nov-06 3:25 
QuestionWhich data format to use in C# Pin
LiquidE_SA20-Nov-06 5:26
LiquidE_SA20-Nov-06 5:26 
AnswerRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 5:35
Colin Angus Mackay20-Nov-06 5:35 
GeneralRe: Which data format to use in C# Pin
LiquidE_SA20-Nov-06 5:44
LiquidE_SA20-Nov-06 5:44 
GeneralRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 6:17
Colin Angus Mackay20-Nov-06 6:17 
GeneralRe: Which data format to use in C# Pin
LiquidE_SA20-Nov-06 6:25
LiquidE_SA20-Nov-06 6:25 

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.