> vwd 2005 express.
>
[quoted text clipped - 15 lines]
>
> Keith
Hello Keith
It's posible, just help with String.Concat, and Eval dataitem not use
Bind...
Example:
<asp:FormView ID="FormView1"
....
<ItemTemplate>
....
<asp:Label ID="lblDesc" runat="server" Text='<%#
String.Concat(Eval("CategoryID"), Eval("Description"),
Eval("CategoryID")) %>'>
....
Links:
-----------------
String..Concat Method
Concatenates one or more instances of String, or the String
representations of the values of one or more instances of Object.
http://msdn2.microsoft.com/en-us/library/system.string.concat.aspx
I hope that you will help or guide
______________________
Jose A. Fernandez
blog: http://geeks.ms/blogs/fernandezja
> I should point out that I know I can modify my SQL statement to return a
> column of the concatenated values or use a view that does the same. HOWEVER,
[quoted text clipped - 24 lines]
>
> > Keith
Keith G Hicks - 10 Feb 2008 00:52 GMT
Thank you.
> Hello Keith
> It's posible, just help with String.Concat, and Eval dataitem not use
[quoted text clipped - 49 lines]
> >
> > > Keith