Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~351 People Reached
Favorite Forums
Favorite Tags
Member Avatar for squirell

Hi, I'm really struggling with creating an if statement with the content of a data repeater. I'm looking for somthing along the following lines... <%IF Container.DataItem( "fldExtraImage1" ) is not dbnull THEN <img src="images/Extras/<%# Container.DataItem( "fldExtraImage1" ) %>" alt="<%# Container.DataItem( "fldExtraTitle1" ) %>"> ELSE IF Container.DataItem( "fldExtraImage2" ) is not …

Member Avatar for squirell
0
196
Member Avatar for squirell

Hi, I have a problem with a data repeater. I would like items with the same ID to appear in one cell not on seperate rows. The table from the code below is... ________[B]RETAILER[/B]____[B]ITEMS[/B]____[B]PRICE[/B] ID=4____Test Ltd____item1____£10____link ID=4____Test Ltd____item2____£10____link ID=4____Test Ltd____item3____£10____link ID=5____Test Ltd____item1____£10____link ID=5____Test Ltd____item2____£10____link What I want the results to …

0
63
Member Avatar for squirell

Hi, This is my first post on this forum. Apologies in advance if this isn' the right place or there isn't enough info. I'm basically trying to retreive an ID from a quesry string... xyz/nuts.aspx?nuttype=7 What I'm having trouble with is defining the variable and referencing the querystring in the …

Member Avatar for squirell
0
92