Click here to Skip to main content
15,860,861 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionThe header and footer contents in master page are refreshing - Need help Pin
Member 322226430-Nov-11 19:21
Member 322226430-Nov-11 19:21 
AnswerRe: The header and footer contents in master page are refreshing - Need help Pin
uspatel30-Nov-11 23:10
professionaluspatel30-Nov-11 23:10 
AnswerRe: The header and footer contents in master page are refreshing - Need help Pin
jkirkerx1-Dec-11 11:29
professionaljkirkerx1-Dec-11 11:29 
GeneralRe: The header and footer contents in master page are refreshing - Need help Pin
Member 32222641-Dec-11 23:38
Member 32222641-Dec-11 23:38 
GeneralRe: The header and footer contents in master page are refreshing - Need help Pin
jkirkerx2-Dec-11 6:23
professionaljkirkerx2-Dec-11 6:23 
GeneralRe: The header and footer contents in master page are refreshing - Need help Pin
Member 32222645-Dec-11 19:06
Member 32222645-Dec-11 19:06 
QuestionWCF message edit error Pin
arnold0930-Nov-11 19:19
arnold0930-Nov-11 19:19 
AnswerRe: WCF message edit error Pin
jkirkerx1-Dec-11 11:49
professionaljkirkerx1-Dec-11 11:49 
It is in my opinion that you going about the process backwards.

When working with xml, no matter what the packaging is, wsdl, etc, you have to build the framework needed to write the xml file, edit, update, add, delete elements and child elements first.

Then you need to write the code needed to read and write it to the disk drive.

Now memory streams come into play, with memory stream, you can create a brand new xml file, store it in a memory stream, and transmit it to another server, or just send it to another function without ever touching the disk drive. While in memory, you can stuff it into your xml editor, modify it, store it back in the memory stream, and send it back out.

I use xsd to create a model of my xml, and compile it into a class object using xsd.exe /classes /vb /sample.sml to create sample.vb.

Then I use XMLTextWriter, to load up the sample.vb. The class wires up the xml structure, so an edit is as simple as sample.n1 = 200
GeneralRe: WCF message edit error Pin
arnold092-Dec-11 0:45
arnold092-Dec-11 0:45 
GeneralRe: WCF message edit error Pin
jkirkerx2-Dec-11 6:36
professionaljkirkerx2-Dec-11 6:36 
GeneralRe: WCF message edit error Pin
arnold095-Dec-11 18:55
arnold095-Dec-11 18:55 
GeneralRe: WCF message edit error Pin
jkirkerx6-Dec-11 6:45
professionaljkirkerx6-Dec-11 6:45 
Questionloginstatus control-sessions Pin
MalarGayu30-Nov-11 14:57
MalarGayu30-Nov-11 14:57 
AnswerRe: loginstatus control-sessions Pin
Member 322226430-Nov-11 19:48
Member 322226430-Nov-11 19:48 
AnswerRe: loginstatus control-sessions Pin
uspatel30-Nov-11 23:23
professionaluspatel30-Nov-11 23:23 
AnswerRe: loginstatus control-sessions Pin
coded0071-Dec-11 2:21
professionalcoded0071-Dec-11 2:21 
GeneralRe: loginstatus control-sessions Pin
MalarGayu1-Dec-11 13:09
MalarGayu1-Dec-11 13:09 
AnswerRe: loginstatus control-sessions Pin
thatraja1-Dec-11 21:04
professionalthatraja1-Dec-11 21:04 
QuestionFIXED HEADER AND FOOTER IN MASTER PAGE-WITHOUT REFRESH ON MENU CLICK Pin
Member 322226430-Nov-11 1:39
Member 322226430-Nov-11 1:39 
AnswerRe: FIXED HEADER AND FOOTER IN MASTER PAGE-WITHOUT REFRESH ON MENU CLICK Pin
jkirkerx30-Nov-11 12:03
professionaljkirkerx30-Nov-11 12:03 
QuestionHow to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 0:35
Member 282342130-Nov-11 0:35 
AnswerRe: How to Access VB class from c# class which both Classes in App_code folder Pin
AmitGajjar30-Nov-11 1:28
professionalAmitGajjar30-Nov-11 1:28 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 1:31
Member 282342130-Nov-11 1:31 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
AmitGajjar30-Nov-11 1:54
professionalAmitGajjar30-Nov-11 1:54 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 1:57
Member 282342130-Nov-11 1:57 

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.