Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
QuestionSend data to remote server using TCPClient Pin
Carmen_Mundi26-Apr-18 8:07
Carmen_Mundi26-Apr-18 8:07 
AnswerRe: Send data to remote server using TCPClient Pin
Richard Deeming26-Apr-18 8:21
mveRichard Deeming26-Apr-18 8:21 
GeneralRe: Send data to remote server using TCPClient Pin
Carmen_Mundi26-Apr-18 8:55
Carmen_Mundi26-Apr-18 8:55 
GeneralRe: Send data to remote server using TCPClient Pin
Gerry Schmitz26-Apr-18 10:25
mveGerry Schmitz26-Apr-18 10:25 
QuestionCould not find a part of the path c# in Internet explorer Pin
Member 1204569226-Apr-18 1:29
Member 1204569226-Apr-18 1:29 
AnswerRe: Could not find a part of the path c# in Internet explorer Pin
Richard Deeming26-Apr-18 3:14
mveRichard Deeming26-Apr-18 3:14 
Questiondisabling a textbox at intialization in wpf/C# Pin
jhoga25-Apr-18 4:27
jhoga25-Apr-18 4:27 
AnswerRe: disabling a textbox at intialization in wpf/C# Pin
Richard MacCutchan25-Apr-18 5:04
mveRichard MacCutchan25-Apr-18 5:04 
GeneralRe: disabling a textbox at intialization in wpf/C# Pin
jhoga25-Apr-18 5:15
jhoga25-Apr-18 5:15 
GeneralRe: disabling a textbox at intialization in wpf/C# Pin
jhoga25-Apr-18 5:50
jhoga25-Apr-18 5:50 
QuestionHow to delete row(s) from a database view and two of the linked tables? Pin
Member 1378393524-Apr-18 21:58
Member 1378393524-Apr-18 21:58 
AnswerRe: How to delete row(s) from a database view and two of the linked tables? Pin
Richard Deeming25-Apr-18 1:31
mveRichard Deeming25-Apr-18 1:31 
AnswerRe: How to delete row(s) from a database view and two of the linked tables? Pin
Gerry Schmitz25-Apr-18 6:17
mveGerry Schmitz25-Apr-18 6:17 
Questionabsolute-text-location-multiline Pin
Member 1368201324-Apr-18 19:23
Member 1368201324-Apr-18 19:23 
AnswerRe: absolute-text-location-multiline Pin
BillWoodruff24-Apr-18 22:28
professionalBillWoodruff24-Apr-18 22:28 
QuestionSubscribe to an event through COM GetEvent return null Pin
aymen Tn24-Apr-18 5:45
aymen Tn24-Apr-18 5:45 
AnswerRe: Subscribe to an event through COM GetEvent return null Pin
Gerry Schmitz24-Apr-18 7:34
mveGerry Schmitz24-Apr-18 7:34 
GeneralRe: Subscribe to an event through COM GetEvent return null Pin
aymen Tn24-Apr-18 22:05
aymen Tn24-Apr-18 22:05 
QuestionTransfer and synchronize sqlite db to android device Pin
Member 1053274823-Apr-18 11:14
Member 1053274823-Apr-18 11:14 
AnswerRe: Transfer and synchronize sqlite db to android device Pin
Maciej Los23-Apr-18 20:12
mveMaciej Los23-Apr-18 20:12 
QuestionHow to Get Values from XML in COMBO BOX Pin
Member 1377710422-Apr-18 17:10
Member 1377710422-Apr-18 17:10 
AnswerRe: How to Get Values from XML in COMBO BOX Pin
OriginalGriff22-Apr-18 20:01
mveOriginalGriff22-Apr-18 20:01 
GeneralRe: How to Get Values from XML in COMBO BOX Pin
Member 1377710422-Apr-18 22:14
Member 1377710422-Apr-18 22:14 
Hi,
From below xml file i need to get hospital names in combo box using c# , i have searched in net but i cant find the hint how can we read.
?xml version="1.0" encoding="utf-8" ?>
<hospitals>
<hids>
<hid>1</hid>
<hos_type>0</hos_type>
<hcode>SV</hcode>
<hname>St Vincents</hname>
<address>Australia</address >
<landline>56456456456</landline>
<mobile>569678768</mobile>
<email>bijibtrack1@gmail.com</email>
<status>0</status>
<created_by>fgdfgdfgdfg</created_by>
<created_on>2011-02-26 10:10:50</created_on>
<notes>dfgdfgdfg</notes>
<is_pms>0</is_pms>
<c_insert>1</c_insert>
<c_update>0</c_update>
<c_timezone></c_timezone>
</hids>
<hids>
<hid>2</hid>
<hos_type>0</hos_type>
<hcode>ARC</hcode>
<hname>ARC Clinic</hname>
<address>Australia.</address >
<landline>34563456</landline>
<mobile>34563456</mobile>
<email>bijibtrack1@gmail.com</email>
<status>1</status>
<created_by></created_by>
<created_on>2012-10-10 00:00:00</created_on>
<notes>australia</notes>
<is_pms>0</is_pms>
<c_insert>1</c_insert>
<c_update>0</c_update>
<c_timezone>2011-02-11 18:27:09</c_timezone>
</hids>

GeneralRe: How to Get Values from XML in COMBO BOX Pin
OriginalGriff22-Apr-18 22:27
mveOriginalGriff22-Apr-18 22:27 
GeneralRe: How to Get Values from XML in COMBO BOX Pin
Member 1377710422-Apr-18 22:39
Member 1377710422-Apr-18 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.