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

C#

 
QuestionAttributes in C# Pin
Loithuxua27-Apr-11 0:15
Loithuxua27-Apr-11 0:15 
AnswerRe: Attributes in C# PinPopular
Pete O'Hanlon27-Apr-11 0:21
mvePete O'Hanlon27-Apr-11 0:21 
GeneralRe: Attributes in C# Pin
Keith Barrow27-Apr-11 0:46
professionalKeith Barrow27-Apr-11 0:46 
GeneralRe: Attributes in C# Pin
Pete O'Hanlon27-Apr-11 1:01
mvePete O'Hanlon27-Apr-11 1:01 
GeneralRe: Attributes in C# Pin
Keith Barrow27-Apr-11 1:24
professionalKeith Barrow27-Apr-11 1:24 
GeneralRe: Attributes in C# Pin
Not Active27-Apr-11 2:29
mentorNot Active27-Apr-11 2:29 
GeneralRe: Attributes in C# Pin
Keith Barrow27-Apr-11 2:32
professionalKeith Barrow27-Apr-11 2:32 
GeneralRe: Attributes in C# Pin
Pete O'Hanlon27-Apr-11 2:36
mvePete O'Hanlon27-Apr-11 2:36 
GeneralRe: Attributes in C# Pin
Not Active27-Apr-11 2:40
mentorNot Active27-Apr-11 2:40 
GeneralRe: Attributes in C# Pin
Wayne Gaylard27-Apr-11 0:55
professionalWayne Gaylard27-Apr-11 0:55 
AnswerRe: Attributes in C# Pin
ambarishtv28-Apr-11 5:45
ambarishtv28-Apr-11 5:45 
QuestionTime-Out for Loop in C#? Pin
JP_Rocks26-Apr-11 23:33
JP_Rocks26-Apr-11 23:33 
AnswerRe: Time-Out for Loop in C#? Pin
V.26-Apr-11 23:41
professionalV.26-Apr-11 23:41 
AnswerRe: Time-Out for Loop in C#? Pin
Wayne Gaylard26-Apr-11 23:48
professionalWayne Gaylard26-Apr-11 23:48 
AnswerRe: Time-Out for Loop in C#? Pin
Pete O'Hanlon27-Apr-11 0:02
mvePete O'Hanlon27-Apr-11 0:02 
QuestionXML Search Pin
DJ24526-Apr-11 20:40
DJ24526-Apr-11 20:40 
Dear all,

In my application i have an XML like this..
I want to perform a search in this XML Based on SubID, ModuleId, TaskName, between start and end dates. Please help me. Also i need all the parents of the searched nodes without siblings.
<Tasks>
<Task TaskId=1 PId=0 SubId=0 ModuleId=0 TaskName="Task 1" StartDate="1 Apr 2011" EndDate="12 Apr 2011">
	<Task TaskId=2 PId=1 SubId=0 ModuleId=0 TaskName="Task 2" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
	<Task TaskId=3 PId=1 SubId=0 ModuleId=0 TaskName="Task 3" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
	<Task TaskId=4 PId=1 SubId=0 ModuleId=0 TaskName="Task 4" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
	<Task TaskId=5 PId=1 SubId=1 ModuleId=0 TaskName="Task 5" StartDate="1 Apr 2011" EndDate="12 Apr 2011">
		<Task TaskId=6 PId=5 SubId=0 ModuleId=0 TaskName="Task 6" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
		<Task TaskId=7 PId=5 SubId=0 ModuleId=0 TaskName="Task 7" StartDate="1 Apr 2011" EndDate="12 Apr 2011">
			<Task TaskId=8 PId=7 SubId=0 ModuleId=0 TaskName="Task 8" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
		</Task>
		<Task TaskId=9 PId=5 SubId=0 ModuleId=0 TaskName="Task 9" StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
	</Task>
	<Task TaskId=10 PId=1 SubId=0 ModuleId=0 TaskName="Task 10"  StartDate="1 Apr 2011" EndDate="12 Apr 2011"/>
</Task>
</Tasks>


Please help

Regards,
DJ
AnswerRe: XML Search Pin
Pete O'Hanlon26-Apr-11 22:04
mvePete O'Hanlon26-Apr-11 22:04 
GeneralRe: XML Search Pin
DJ24526-Apr-11 22:34
DJ24526-Apr-11 22:34 
GeneralRe: XML Search Pin
Pete O'Hanlon26-Apr-11 23:12
mvePete O'Hanlon26-Apr-11 23:12 
GeneralRe: XML Search Pin
PIEBALDconsult27-Apr-11 3:06
mvePIEBALDconsult27-Apr-11 3:06 
QuestionAdding missing header information in tiff files Pin
meeram39526-Apr-11 20:12
meeram39526-Apr-11 20:12 
AnswerRe: Adding missing header information in tiff files Pin
Pete O'Hanlon26-Apr-11 22:01
mvePete O'Hanlon26-Apr-11 22:01 
AnswerRe: Adding missing header information in tiff files Pin
Ravi Sant9-May-11 23:33
Ravi Sant9-May-11 23:33 
QuestionServices-like platform? Pin
NaNg1524126-Apr-11 11:23
NaNg1524126-Apr-11 11:23 
AnswerRe: Services-like platform? Pin
Justin Helsley26-Apr-11 12:50
Justin Helsley26-Apr-11 12:50 

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.