|
|
|
Supreme Being
      
Group: Moderators
Last Login: 14/10/2006 01:27:14
Posts: 276,
Visits: 3,858
|
|
| On the hlinkitem_title hyperlink you are trying to set the text for it the same way you were setting the text on the labels. asp:Hyperlink uses the same Text attribute that asp:Label does. You seem to be trying to pull an HTML <a>text text text</a> type deal. On your first Hyperlink you are using an image, but on the second with no text, there is nothing to render I'm guessing. This would probably be the same with the labels.
 Jimmy Stuart
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 22/09/2008 15:59:25
Posts: 693,
Visits: 2,418
|
|
| Jimmy... you were right!!!! I just need to set the 'text' value for the labels & the hyperlink control... See... I told you I was doing something stupid & that I had been looking at this code for too long... You guys rock!!! Thank you, so much!!!!
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 14/10/2006 01:27:14
Posts: 276,
Visits: 3,858
|
|
Great glad it worked.
 Jimmy Stuart
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 11/06/2008 22:22:08
Posts: 146,
Visits: 657
|
|
 Nice on Jimmy! It is always something silly...
-- http://www.the-pork.net ... highly customized version of InstantForum.
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: Today @ 15:10:38
Posts: 1,957,
Visits: 3,021
|
|
|
|
|