Concatenating Data Items

Concatenating Data Items

am 26.04.2007 23:38:37 von OutdoorGuy

Greetings,

I have the following code in an .aspx web page and am receiving the
error: "Compiler Error Message: CS1026: ) expected". I can't see where
it is expecting an extra parenthesis. The line of code it fails on is
the following:




I'm simply trying to concatenate the first name and last name in a data
list. Any ideas as to what I am doing wrong?

Thanks in advance!



*** Sent via Developersdex http://www.developersdex.com ***

Re: Concatenating Data Items

am 26.04.2007 23:46:49 von exjxw.hannivoort

OutdoorGuy wrote on 26 apr 2007 in microsoft.public.inetserver.asp.general:

> I have the following code in an .aspx web page and am receiving the
> error: "Compiler Error Message: CS1026: ) expected". I can't see where
> it is expecting an extra parenthesis. The line of code it fails on is
> the following:
>
>
>

>
> I'm simply trying to concatenate the first name and last name in a data
> list. Any ideas as to what I am doing wrong?
>
> Thanks in advance!
>

This is a classic asp group.

Dotnet questions should be asked in



--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Concatenating Data Items

am 27.04.2007 01:26:13 von OutdoorGuy

Thanks. I appreciate it.


*** Sent via Developersdex http://www.developersdex.com ***