Results 1 to 2 of 2

Thread: pre-appending data

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    pre-appending data

    In my datagrid I need to place some data in the beginning of my field. I've been successful placing it at the end, but not in the begining. Is this possible?

    <%# Container.DataItem ("Bid_Schedule_Desc") & "Hello"%>

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    <%# "Hello" & Container.DataItem ("Bid_Schedule_Desc")%>

    Should work fine.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width