Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_1-Apr-11 21:36
_Q12_1-Apr-11 21:36 
GeneralRe: a little help on "most used" codes ! Pin
dan!sh 1-Apr-11 21:49
professional dan!sh 1-Apr-11 21:49 
AnswerRe: a little help on "most used" codes ! Pin
Eddy Vluggen2-Apr-11 0:16
professionalEddy Vluggen2-Apr-11 0:16 
AnswerRe: a little help on "most used" codes ! Pin
Abhinav S3-Apr-11 7:21
Abhinav S3-Apr-11 7:21 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_3-Apr-11 7:58
_Q12_3-Apr-11 7:58 
GeneralRe: a little help on "most used" codes ! Pin
RobScripta4-Apr-11 1:20
professionalRobScripta4-Apr-11 1:20 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_5-Apr-11 15:04
_Q12_5-Apr-11 15:04 
QuestionXML To Grid Pin
Kevin Marois1-Apr-11 7:30
professionalKevin Marois1-Apr-11 7:30 
I have the XML below coming from a SQL table. I want to display the data in a 2 column grid, so that the user can edit the values. Anyone know how to do this?

<CustomerSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALZ.DataTransformation.PlugIn">
  <_customerSettingsDictionary xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>DepartmentID</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int">7</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>Delimiter</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">~</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>ReferenceColumn</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int">0</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>DelimiterCount</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int">22</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>SupplimentalTableConnString</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">Data Source=san-qa-db-01;Initial Catalog=NOI_Registration;Integrated Security=True</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>LogFileName</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">c:\temp\NOILogFile.txt</d2p1:Value>
    </d2p1:KeyValueOfstringanyType>
  </_customerSettingsDictionary>
</CustomerSettings>

Everything makes sense in someone's mind

AnswerRe: XML To Grid Pin
Not Active1-Apr-11 7:34
mentorNot Active1-Apr-11 7:34 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 7:35
professionalKevin Marois1-Apr-11 7:35 
GeneralRe: XML To Grid Pin
Not Active1-Apr-11 7:53
mentorNot Active1-Apr-11 7:53 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 8:10
professionalKevin Marois1-Apr-11 8:10 
GeneralRe: XML To Grid Pin
Not Active1-Apr-11 8:14
mentorNot Active1-Apr-11 8:14 
GeneralRe: XML To Grid Pin
SledgeHammer011-Apr-11 8:16
SledgeHammer011-Apr-11 8:16 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 8:17
professionalKevin Marois1-Apr-11 8:17 
GeneralRe: XML To Grid Pin
SledgeHammer011-Apr-11 8:27
SledgeHammer011-Apr-11 8:27 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 8:30
professionalKevin Marois1-Apr-11 8:30 
Question[WPF] Conditional Formatting of Bound data in ListView Pin
Dirk.Bock1-Apr-11 3:51
Dirk.Bock1-Apr-11 3:51 
AnswerRe: [WPF] Conditional Formatting of Bound data in ListView Pin
Tarun.K.S1-Apr-11 4:06
Tarun.K.S1-Apr-11 4:06 
GeneralRe: [WPF] Conditional Formatting of Bound data in ListView Pin
Dirk.Bock1-Apr-11 4:12
Dirk.Bock1-Apr-11 4:12 
QuestionHow can I open Excel Workbook in My WPF Form Pin
amitkarnik221131-Mar-11 23:44
amitkarnik221131-Mar-11 23:44 
AnswerRe: How can I open Excel Workbook in My WPF Form Pin
Wayne Gaylard1-Apr-11 2:34
professionalWayne Gaylard1-Apr-11 2:34 
Questionexe giving exception while running on xp Pin
situ2131-Mar-11 21:48
situ2131-Mar-11 21:48 
AnswerRe: exe giving exception while running on xp Pin
OriginalGriff31-Mar-11 22:27
mveOriginalGriff31-Mar-11 22:27 
GeneralRe: exe giving exception while running on xp Pin
situ2131-Mar-11 22:39
situ2131-Mar-11 22:39 

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.