This is a label within an embedded twitter API, seems simple but no matter what I try, it does not work...
<asp:Twitter ID="Twitter1" runat="server" ScreenName="" ProfileImageUrl="~/images/HS Logo Final.jpg" Caption="" Title="Store">
<EmptyDataTemplate>
There are no matching tweets.
</EmptyDataTemplate>
<LayoutTemplate>
<div class="ajax__twitter_header">
<asp:Image runat="server" ImageUrl="~/images/HS Logo Final.jpg"></asp:Image>
<h3><asp:Label runat="server" ID="twitterLocation" Text=""></asp:Label></h3>
<h4>Store</h4>
</div>
<ul class="ajax__twitter_itemlist" s ...
Go to the complete details ...