<?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 : how to bind data dynamically in markup?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : how to bind data dynamically in markup?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 05:02:04 +0000</pubDate>
  <lastBuildDate>Mon, 25 Apr 2011 15:22:08 +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=18269</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[how to bind data dynamically in markup? : Hi;Use CString::Format()In your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18269&amp;PID=64062&amp;title=how-to-bind-data-dynamically-in-markup#64062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18269<br /><strong>Posted:</strong> 25 April 2011 at 3:22pm<br /><br />Hi;<br><br>Use CString::Format()<br><br>In your case <br><br>CString Caption("Hello World");<br>CString MarkupText;<br>MarkupText.Format(_T("&lt;Button&gt;%s&lt;/Button&gt;"), Caption);<br><br>...<br><br><br>]]>
   </description>
   <pubDate>Mon, 25 Apr 2011 15:22:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18269&amp;PID=64062&amp;title=how-to-bind-data-dynamically-in-markup#64062</guid>
  </item> 
  <item>
   <title><![CDATA[how to bind data dynamically in markup? : for instance, i want a button...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18269&amp;PID=64057&amp;title=how-to-bind-data-dynamically-in-markup#64057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6710">liwenhaosuper</a><br /><strong>Subject:</strong> 18269<br /><strong>Posted:</strong> 24 April 2011 at 7:37am<br /><br />for instance, i want a button show text dynamically, how can?<DIV>cstring str="helloworld"&nbsp;&nbsp;&nbsp; and&nbsp; in the markup text, &lt;Button&gt;str&lt;/Button&gt;&nbsp; ,how let it show 'helloworld' instead of 'str'?</DIV>]]>
   </description>
   <pubDate>Sun, 24 Apr 2011 07:37:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18269&amp;PID=64057&amp;title=how-to-bind-data-dynamically-in-markup#64057</guid>
  </item> 
 </channel>
</rss>