Populating a field using multiple field values?

As far as I can see, you don't need the return value of GenerateContractNo so make the method to have a return type of void To set the value, try using this code instead.

As far as I can see, you don't need the return value of GenerateContractNo, so make the method to have a return type of void. To set the value, try using this code instead: this.CreateNavigator(). SelectSingleNode("/my:myRoot/my:SectionHeading/my:sSequence", this.

NamespaceManager). InnerText = sSequence; Background: According to the documentation for the Value property, it is null for Element nodes. Your sSequence node most likely is an Element node.

About your method popSeq: Don't rethrow exceptions with throw ex. See the following question for more info: what can lead throw to reset a callstack (I'm using "throw", not "throw ex"). Don't catch exceptions, if you don't handle them (rethrowing doesn't count as handling!).

Thanks for the guides, there... will do that – Martin Apr 6 at 8:59 @Martin: If my answer helped you, please do not forget to upvote and accept it :-) – Daniel lgarth Apr 6 at 9:25.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions