Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-10-2012, 10:29 PM   PM User | #1
fiddlecode
New to the CF scene

 
Join Date: Jan 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
fiddlecode is an unknown quantity at this point
Remove/Access text in gridview??

So this one has got me stumped!
Is there way to access just regular text (html text or otherwise) that is not a control inside a Gridview?

the html text (such as <b>filed by:</b>) is inside an item template... is there a way to get to the specific item template then the text inside it?

Example:
<asp:TemplateField HeaderText="Access<br />Set" HeaderStyle-
FooterStyle-CssClass="footer_row">
<ItemTemplate>
<b>By: </b>
</ItemTemplate>

In code Behind, how do I remove that <b>By:</b> tag? during Row_Databound?

any help appreciateD!
fiddlecode is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:18 AM.


Advertisement
Log in to turn off these ads.