Click here to Skip to main content
15,894,546 members
Home / Discussions / C#
   

C#

 
QuestionEstablish a P2P Connection to another Client Pin
softwarejaeger7-Apr-09 22:08
softwarejaeger7-Apr-09 22:08 
AnswerRe: Establish a P2P Connection to another Client Pin
Mirko19807-Apr-09 22:57
Mirko19807-Apr-09 22:57 
GeneralRe: Establish a P2P Connection to another Client [modified] Pin
softwarejaeger8-Apr-09 1:57
softwarejaeger8-Apr-09 1:57 
GeneralRe: Establish a P2P Connection to another Client Pin
softwarejaeger8-Apr-09 22:47
softwarejaeger8-Apr-09 22:47 
QuestionDesigning a calculator in C# AND VB.NET Pin
Member 46276717-Apr-09 21:54
Member 46276717-Apr-09 21:54 
AnswerRe: Designing a calculator in C# AND VB.NET Pin
Eddy Vluggen7-Apr-09 22:01
professionalEddy Vluggen7-Apr-09 22:01 
QuestionIntegration of MS Project with .net Pin
mahesvs7-Apr-09 21:38
mahesvs7-Apr-09 21:38 
Questionread xml file and convert it to byte Pin
novhard7-Apr-09 21:38
novhard7-Apr-09 21:38 
i have code like this
public void Page_Load(object e, EventArgs s)
    {
        try
        {
            XmlDocument doc = new XmlDocument();
            byte[] chunk;
            string message;
            string xmlmessage;
            xmlmessage = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
    "<chunk xmlns:dt=\"urn:schemas-microsoft-com:datatypes\" dt:dt=\"bin.base64\">SSdtIGp1c3QgYSBsaXR0bGUgYml0IGNhdWdodCBpbiB0aGUgbWlkZGxlDQpMaWZlIGlzIGEg" +
    "bWF6ZSBhbmQgbG92ZSBpcyBhIHJpZGRsZQ0KSSBkb24ndCBrbm93IHdoZXJlIHRvIGdvIEkg" +
    "Y2FuJ3QgZG8gaXQgYWxvbmUgSSd2ZSB0cmllZA0KQW5kIEkgZG9uJ3Qga25vdyB3aHkNCg0K" +
    "U2xvdyBpdCBkb3duDQpNYWtlIGl0IHN0b3ANCk9yIGVsc2UgbXkgaGVhcnQgaXMgZ29pbmcg" +
    "dG8gcG9wDQonQ2F1c2UgaXQncyB0b28gbXVjaA0KWWVhaCwgaXQncyBhIGxvdA0KVG8gYmUg" +
    "c29tZXRoaW5nIEknbSBub3QNCg0KSSdtIGEgZm9vbA0KT3V0IG9mIGxvdmUNCidDYXVzZSBJ" +
    "IGp1c3QgY2FuJ3QgZ2V0IGVub3VnaA0KDQpJJ20ganVzdCBhIGxpdHRsZSBiaXQ=</chunk>";
            doc.LoadXml(xmlmessage);
            XmlNode node = doc.SelectSingleNode("chunk");
            chunk = node.Value ;// thi is my error, i wanto to read the value as byte
            Response.Write("sucsess ");
        }
        catch (Exception x)
        {
            Response.Write("error "+x);
        }

    }

can some body help me solve my problem or give me suggestion to solve the problem, thx

regards
novhard
AnswerRe: read xml file and convert it to byte Pin
Mirko19807-Apr-09 22:49
Mirko19807-Apr-09 22:49 
GeneralRe: read xml file and convert it to byte Pin
novhard10-Apr-09 22:02
novhard10-Apr-09 22:02 
QuestionOpen Source in C# Pin
heroicepic7-Apr-09 21:27
heroicepic7-Apr-09 21:27 
Questiondiscussion board problem Pin
riteshg787-Apr-09 21:03
riteshg787-Apr-09 21:03 
AnswerRe: discussion board problem Pin
riteshg787-Apr-09 21:04
riteshg787-Apr-09 21:04 
QuestionWindows to Console.....Please help! Pin
Rajdeep.NET is BACK7-Apr-09 20:56
Rajdeep.NET is BACK7-Apr-09 20:56 
AnswerRe: Windows to Console.....Please help! Pin
Eddy Vluggen7-Apr-09 21:43
professionalEddy Vluggen7-Apr-09 21:43 
QuestionAUTOCPMPLETE COMBOBOX Pin
saeed sabeti7-Apr-09 20:52
saeed sabeti7-Apr-09 20:52 
AnswerRe: AUTOCPMPLETE COMBOBOX Pin
Dino Mulahusic7-Apr-09 21:31
professionalDino Mulahusic7-Apr-09 21:31 
AnswerRe: AUTOCPMPLETE COMBOBOX Pin
jimish18-Apr-09 2:39
jimish18-Apr-09 2:39 
Questionregistry subkeys values Pin
shefa' isied7-Apr-09 20:43
shefa' isied7-Apr-09 20:43 
AnswerRe: registry subkeys values Pin
Anubhava Dimri7-Apr-09 21:26
Anubhava Dimri7-Apr-09 21:26 
GeneralRe: registry subkeys values Pin
shefa' isied7-Apr-09 21:36
shefa' isied7-Apr-09 21:36 
Questionhow to change the title bar of the form in c#.net Pin
shomic.goyal7-Apr-09 19:46
shomic.goyal7-Apr-09 19:46 
AnswerRe: how to change the title bar of the form in c#.net Pin
Rajdeep.NET is BACK7-Apr-09 19:57
Rajdeep.NET is BACK7-Apr-09 19:57 
AnswerRe: how to change the title bar of the form in c#.net Pin
King Julien7-Apr-09 20:11
King Julien7-Apr-09 20:11 
GeneralRe: how to change the title bar of the form in c#.net Pin
shomic.goyal7-Apr-09 20:18
shomic.goyal7-Apr-09 20:18 

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.