Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondate time picker Pin
jainiraj29-May-09 19:15
jainiraj29-May-09 19:15 
AnswerRe: date time picker Pin
Baran M29-May-09 19:22
Baran M29-May-09 19:22 
QuestionAbout Datagrid [modified] Pin
mahichandu29-May-09 10:16
mahichandu29-May-09 10:16 
AnswerRe: About Datagrid Pin
Bassam Saoud29-May-09 11:08
Bassam Saoud29-May-09 11:08 
AnswerRe: About Datagrid Pin
adatapost29-May-09 15:48
adatapost29-May-09 15:48 
AnswerRe: About Datagrid Pin
Baran M29-May-09 19:15
Baran M29-May-09 19:15 
QuestionRe: About Datagrid [modified] Pin
mahichandu1-Jun-09 4:18
mahichandu1-Jun-09 4:18 
QuestionPull nested xml values into Datagrid Pin
ErikKoz29-May-09 8:59
ErikKoz29-May-09 8:59 
Im looking to display xml values via a datagrid. And so far Ive had luck with everything, except nested values.

<?xml version="1.0" encoding="UTF-8"?>
<Collection>
	<Content>
		<ID>16938</ID>
		<Type>Content</Type>
		<Title>Smartform2</Title>
		<QuickLink>/it.aspx?id=16938</QuickLink>
		<Teaser>
			<p>SmartForm1Smartform2Smartform3Smartform4</p>
		</Teaser>
		<Html>
			<root>
				<Field1>
					<Field2>
						<Test1>SmartForm1</Test1>
						<Test2>Smartform2</Test2>
					</Field2>
					<Field2>
						<Test1>Smartform3</Test1>
						<Test2>Smartform4</Test2>
					</Field2>
				</Field1>
			</root>
		</Html>
		<StartDate>1/1/0001 12:00:00 AM</StartDate>
		<DateModified>5/28/2009 3:02:59 PM</DateModified>
		<DateCreated>5/28/2009 3:02:49 PM</DateCreated>
		<EndDate>12/31/9999 11:59:59 PM</EndDate>
		<LastEditorFname>Erik</LastEditorFname>
		<LastEditorLname>Kozlowski</LastEditorLname>
		<Hyperlink>
			<a href="/it.aspx?id=16938">Smartform2</a>
		</Hyperlink>
		<DisplayStartDate/>
		<FolderID>2594</FolderID>
		<ContentStatus>A</ContentStatus>
		<Language>1033</Language>
		<DisplayDateModified>5/28/2009</DisplayDateModified>
		<DisplayDateCreated>5/28/2009</DisplayDateCreated>
		<DisplayEndDate/>
		<EndDateAction>Archive_Expire</EndDateAction>
		<Comment/>
		<Image>/WorkArea/images/application/spacer.gif</Image>
		<ImageThumbnail>/WorkArea/images/application/thumb_spacer.png</ImageThumbnail>
		<FilePath>/it.aspx?id=16938</FilePath>
	</Content>
	<Content>
		<ID>16936</ID>
		<Type>Content</Type>
		<Title>Test smartform 1</Title>
		<QuickLink>/it.aspx?id=16936</QuickLink>
		<Teaser>
			<p>Smart1Smart2Smart3Smart4</p>
		</Teaser>
		<Html>
			<root>
				<Field1>
					<Field2>
						<Test1>Smart1</Test1>
						<Test2>Smart2</Test2>
					</Field2>
					<Field2>
						<Test1>Smart3</Test1>
						<Test2>Smart4</Test2>
					</Field2>
				</Field1>
			</root>
		</Html>
		<StartDate>1/1/0001 12:00:00 AM</StartDate>
		<DateModified>5/28/2009 3:00:24 PM</DateModified>
		<DateCreated>5/28/2009 3:00:18 PM</DateCreated>
		<EndDate>12/31/9999 11:59:59 PM</EndDate>
		<LastEditorFname>Erik</LastEditorFname>
		<LastEditorLname>Kozlowski</LastEditorLname>
		<Hyperlink>
			<a href="/it.aspx?id=16936">Test smartform 1</a>
		</Hyperlink>
		<DisplayStartDate/>
		<FolderID>2594</FolderID>
		<ContentStatus>A</ContentStatus>
		<Language>1033</Language>
		<DisplayDateModified>5/28/2009</DisplayDateModified>
		<DisplayDateCreated>5/28/2009</DisplayDateCreated>
		<DisplayEndDate/>
		<EndDateAction>Archive_Expire</EndDateAction>
		<Comment/>
		<Image>/WorkArea/images/application/spacer.gif</Image>
		<ImageThumbnail>/WorkArea/images/application/thumb_spacer.png</ImageThumbnail>
		<FilePath>/it.aspx?id=16936</FilePath>
	</Content>
</Collection>


If I choose Datemodified or Teaser for example, its fine. But I dont seem to have the right syntax for a nested value. Any ideas or am I going about this in the wrong direction?
AnswerRe: Pull nested xml values into Datagrid Pin
Bassam Saoud29-May-09 11:15
Bassam Saoud29-May-09 11:15 
AnswerRe: Pull nested xml values into Datagrid Pin
adatapost29-May-09 15:45
adatapost29-May-09 15:45 
QuestionFiltering a GridView on a column using checkboxes Pin
Member 540677929-May-09 6:39
Member 540677929-May-09 6:39 
AnswerRe: Filtering a GridView on a column using checkboxes Pin
thowra29-May-09 7:07
thowra29-May-09 7:07 
Questionchangepassword Pin
jainiraj29-May-09 4:40
jainiraj29-May-09 4:40 
AnswerRe: changepassword Pin
Ramesh Swaminathan29-May-09 6:59
Ramesh Swaminathan29-May-09 6:59 
AnswerRe: changepassword Pin
Baran M29-May-09 7:35
Baran M29-May-09 7:35 
AnswerRe: changepassword Pin
adatapost29-May-09 15:55
adatapost29-May-09 15:55 
QuestionFCKEditor - How to filter out images and smileys from the editor's text / value? [modified] Pin
NetQuestions29-May-09 4:23
NetQuestions29-May-09 4:23 
QuestionHow to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
Pawan Kiran29-May-09 3:00
Pawan Kiran29-May-09 3:00 
AnswerRe: How to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
adatapost29-May-09 4:39
adatapost29-May-09 4:39 
GeneralRe: How to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
Pawan Kiran29-May-09 5:54
Pawan Kiran29-May-09 5:54 
GeneralRe: How to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
AlexeiXX329-May-09 11:11
AlexeiXX329-May-09 11:11 
GeneralRe: How to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
adatapost29-May-09 15:38
adatapost29-May-09 15:38 
QuestionRe: How to allow different kinds of text in textbox based on dropdownlist selecteditem? Pin
AlexeiXX329-May-09 11:08
AlexeiXX329-May-09 11:08 
Questionkindly reply to my issue. Pin
pujafaldu29-May-09 2:58
pujafaldu29-May-09 2:58 
AnswerRe: kindly reply to my issue. Pin
Vimalsoft(Pty) Ltd29-May-09 4:43
professionalVimalsoft(Pty) Ltd29-May-09 4:43 

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.