<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : ListView Markup Help</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : ListView Markup Help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:12:12 +0000</pubDate>
  <lastBuildDate>Mon, 23 Aug 2010 04:16:13 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=17127</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[ListView Markup Help : Thanks jpbro I will implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59873&amp;title=listview-markup-help#59873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5491">Exo31</a><br /><strong>Subject:</strong> 17127<br /><strong>Posted:</strong> 23 August 2010 at 4:16am<br /><br />Thanks jpbro I will implement the encode as you suggested.]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 04:16:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59873&amp;title=listview-markup-help#59873</guid>
  </item> 
  <item>
   <title><![CDATA[ListView Markup Help :  Also, you will want to encode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59857&amp;title=listview-markup-help#59857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17127<br /><strong>Posted:</strong> 20 August 2010 at 2:17pm<br /><br />Also, you will want to encode characters that will break your markup rendering when trying to display text values from variable:<br><br><a href="http://forum.codejock.com/forum_posts.asp?TID=10865" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10865</a><br>]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 14:17:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59857&amp;title=listview-markup-help#59857</guid>
  </item> 
  <item>
   <title><![CDATA[ListView Markup Help : Thanks that is exactly what I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59854&amp;title=listview-markup-help#59854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5491">Exo31</a><br /><strong>Subject:</strong> 17127<br /><strong>Posted:</strong> 20 August 2010 at 12:56pm<br /><br />Thanks that is exactly what I was looking for! Much appreciated.]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 12:56:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59854&amp;title=listview-markup-help#59854</guid>
  </item> 
  <item>
   <title><![CDATA[ListView Markup Help : Something like this assuming UnitName...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59852&amp;title=listview-markup-help#59852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 17127<br /><strong>Posted:</strong> 20 August 2010 at 12:49pm<br /><br /><DIV>Something like this assuming UnitName is the vaiable...</DIV><DIV>"&lt;TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='" &amp; <FONT color=#ff0000><B>UnitName</B></FONT> &amp;"'/&gt;" &amp; _<BR></DIV>]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 12:49:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59852&amp;title=listview-markup-help#59852</guid>
  </item> 
  <item>
   <title><![CDATA[ListView Markup Help : Hi,I am working on using the markup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59817&amp;title=listview-markup-help#59817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5491">Exo31</a><br /><strong>Subject:</strong> 17127<br /><strong>Posted:</strong> 18 August 2010 at 10:04am<br /><br />Hi,<br><br>I am working on using the markup function on some data held in a list view.<br>I have the following code:<br><br>&nbsp;&nbsp;&nbsp; lstTx.AddItem "&lt;Border BorderThickness='2' BorderBrush='Green' Margin='0, 2, 0, 2' Padding='3'&gt;&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Image Source='201'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Grid&gt;&lt;Grid.ColumnDefinitions&gt;&lt;ColumnDefinition Width='Auto'/&gt;&lt;ColumnDefinition Width='*'/&gt;&lt;/Grid.ColumnDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Grid.RowDefinitions&gt;&lt;RowDefinition/&gt;&lt;RowDefinition/&gt;&lt;/Grid.RowDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' FontWeight='Bold' Foreground='Navy' Text='Device:'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' Grid.Row='1' FontWeight='Bold' Foreground='Navy' Text=' IP Address:'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='<font color="#ff0000"><b>UnitName</b></font>'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0'&nbsp; Grid.Column='1' Grid.Row='1'&nbsp; Text='<b><font color="#cc0000">IPAddress</font></b>'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;/Grid&gt;&lt;/StackPanel&gt;&lt;/Border&gt;"<br><br>The items in red are showing up in my list view just as text however I need to display text that comes from a string. I am extracting a value from a database and storing that in a string. <br><br>How can I display the text from a string using markup in list view?<br><br>Please help.<br><br>Thx<br>]]>
   </description>
   <pubDate>Wed, 18 Aug 2010 10:04:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17127&amp;PID=59817&amp;title=listview-markup-help#59817</guid>
  </item> 
 </channel>
</rss>