Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: combobox items Pin
chindiwo11-Apr-05 22:21
chindiwo11-Apr-05 22:21 
GeneralRe: combobox items Pin
mav.northwind11-Apr-05 5:24
mav.northwind11-Apr-05 5:24 
GeneralRe: combobox items Pin
chindiwo11-Apr-05 22:13
chindiwo11-Apr-05 22:13 
GeneralURGENT!! Locking DataGrid Mouse Events Pin
innocent7310-Apr-05 23:25
innocent7310-Apr-05 23:25 
GeneralRe: URGENT!! Locking DataGrid Mouse Events Pin
hooray11-Apr-05 0:22
hooray11-Apr-05 0:22 
GeneralURGENT!!!How to Lock DataGrid Mouse Events Pin
Anonymous10-Apr-05 23:21
Anonymous10-Apr-05 23:21 
GeneralHELP !!! WHITEBOARD Pin
xinxin_52510-Apr-05 23:18
xinxin_52510-Apr-05 23:18 
GeneralRe: HELP !!! WHITEBOARD Pin
afinnell15-Apr-05 14:02
afinnell15-Apr-05 14:02 
GeneralSharing a winform Pin
StephenMcAllister10-Apr-05 19:46
StephenMcAllister10-Apr-05 19:46 
GeneralRe: Sharing a winform Pin
S. Senthil Kumar10-Apr-05 20:56
S. Senthil Kumar10-Apr-05 20:56 
GeneralRe: Sharing a winform Pin
StephenMcAllister10-Apr-05 22:01
StephenMcAllister10-Apr-05 22:01 
GeneralRe: Sharing a winform Pin
S. Senthil Kumar10-Apr-05 23:14
S. Senthil Kumar10-Apr-05 23:14 
GeneralSerializing soap message Pin
RajivJain10-Apr-05 19:37
RajivJain10-Apr-05 19:37 
Hi,
i want to generate xml given below using serialization. i have made the class and successfully generated the xml without the "soap:" i am not using any soap attributes. when i mention in [XmlElementAttribute("soap:Header")]
i get some junk char instead of ":" can anyone help me how excatly it should be done..... thanx

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" >
<soap:Header>
<MyCustomSoapHeader soap:mustUnderstand="1" xmlns="http://www.contoso.com">
<custom>Keith</custom>
</MyCustomSoapHeader>
</soap:Header>
<soap:Body>
<MyUnknownHeaders xmlns="http://www.contoso.com" />
</soap:Body>
</soap:Envelope>

QuestionHow to Convert BYTE * to byte[] Pin
DeepToot10-Apr-05 18:33
DeepToot10-Apr-05 18:33 
AnswerRe: How to Convert BYTE * to byte[] Pin
DeepToot12-Apr-05 8:56
DeepToot12-Apr-05 8:56 
Generaltrouble trying to display integer values Pin
tadhg8810-Apr-05 15:17
tadhg8810-Apr-05 15:17 
GeneralRe: trouble trying to display integer values Pin
Christian Graus10-Apr-05 15:41
protectorChristian Graus10-Apr-05 15:41 
QuestionBuilt my own stream? Pin
Snowjim10-Apr-05 14:10
Snowjim10-Apr-05 14:10 
QuestionPasring with C#? Pin
geiste10-Apr-05 13:41
geiste10-Apr-05 13:41 
AnswerRe: Pasring with C#? Pin
Christian Graus10-Apr-05 13:55
protectorChristian Graus10-Apr-05 13:55 
AnswerRe: Pasring with C#? Pin
Polis Pilavas10-Apr-05 14:01
Polis Pilavas10-Apr-05 14:01 
GeneralRe: Pasring with C#? Pin
geiste10-Apr-05 16:43
geiste10-Apr-05 16:43 
GeneralRe: Pasring with C#? Pin
Polis Pilavas11-Apr-05 2:01
Polis Pilavas11-Apr-05 2:01 
GeneralRe: Pasring with C#? Pin
geiste11-Apr-05 5:34
geiste11-Apr-05 5:34 
GeneralRe: Pasring with C#? Pin
Polis Pilavas11-Apr-05 7:25
Polis Pilavas11-Apr-05 7: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.